Home
last modified time | relevance | path

Searched refs:USART_CR3_RTSE (Results 1 – 22 of 22) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h201 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE)
203 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE))
542 SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
543 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
562 CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
563 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
Dstm32l1xx_ll_usart.h297 #define LL_USART_HWCONTROL_RTS USART_CR3_RTSE /*!< RTS outpu…
299 #define LL_USART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< CTS and R…
898 SET_BIT(USARTx->CR3, USART_CR3_RTSE); in LL_USART_EnableRTSHWFlowCtrl()
911 CLEAR_BIT(USARTx->CR3, USART_CR3_RTSE); in LL_USART_DisableRTSHWFlowCtrl()
956 MODIFY_REG(USARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE, HardwareFlowControl); in LL_USART_SetHWFlowCtrl()
974 return (uint32_t)(READ_BIT(USARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE)); in LL_USART_GetHWFlowCtrl()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h305 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) /*!< …
307 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)) /*!< …
984 SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
985 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1002 CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1003 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
Dstm32l0xx_ll_lpuart.h307 #define LL_LPUART_HWCONTROL_RTS USART_CR3_RTSE /*!< RTS output enabl…
309 #define LL_LPUART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< CTS and RTS hard…
949 SET_BIT(LPUARTx->CR3, USART_CR3_RTSE); in LL_LPUART_EnableRTSHWFlowCtrl()
960 CLEAR_BIT(LPUARTx->CR3, USART_CR3_RTSE); in LL_LPUART_DisableRTSHWFlowCtrl()
999 MODIFY_REG(LPUARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE, HardwareFlowControl); in LL_LPUART_SetHWFlowCtrl()
1015 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE)); in LL_LPUART_GetHWFlowCtrl()
Dstm32l0xx_ll_usart.h423 #define LL_USART_HWCONTROL_RTS USART_CR3_RTSE /*!< RTS outpu…
425 #define LL_USART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< CTS and R…
1398 SET_BIT(USARTx->CR3, USART_CR3_RTSE); in LL_USART_EnableRTSHWFlowCtrl()
1411 CLEAR_BIT(USARTx->CR3, USART_CR3_RTSE); in LL_USART_DisableRTSHWFlowCtrl()
1456 MODIFY_REG(USARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE, HardwareFlowControl); in LL_USART_SetHWFlowCtrl()
1474 return (uint32_t)(READ_BIT(USARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE)); in LL_USART_GetHWFlowCtrl()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h385 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
387 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1152 SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1153 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1170 CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1171 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
Dstm32l4xx_ll_lpuart.h401 #define LL_LPUART_HWCONTROL_RTS USART_CR3_RTSE /*!< RTS output enabl…
403 #define LL_LPUART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< CTS and RTS hard…
1279 SET_BIT(LPUARTx->CR3, USART_CR3_RTSE); in LL_LPUART_EnableRTSHWFlowCtrl()
1290 CLEAR_BIT(LPUARTx->CR3, USART_CR3_RTSE); in LL_LPUART_DisableRTSHWFlowCtrl()
1329 MODIFY_REG(LPUARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE, HardwareFlowControl); in LL_LPUART_SetHWFlowCtrl()
1345 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE)); in LL_LPUART_GetHWFlowCtrl()
Dstm32l4xx_ll_usart.h525 #define LL_USART_HWCONTROL_RTS USART_CR3_RTSE /*!< RTS outpu…
527 #define LL_USART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< CTS and R…
1775 SET_BIT(USARTx->CR3, USART_CR3_RTSE); in LL_USART_EnableRTSHWFlowCtrl()
1788 CLEAR_BIT(USARTx->CR3, USART_CR3_RTSE); in LL_USART_DisableRTSHWFlowCtrl()
1833 MODIFY_REG(USARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE, HardwareFlowControl); in LL_USART_SetHWFlowCtrl()
1851 return (uint32_t)(READ_BIT(USARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE)); in LL_USART_GetHWFlowCtrl()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_smartcard.c1295 CLEAR_BIT(hsc->Instance->CR3, (USART_CR3_RTSE | USART_CR3_CTSE)); in SMARTCARD_SetConfig()
Dstm32l1xx_hal_irda.c1546 CLEAR_BIT(hirda->Instance->CR3, (USART_CR3_RTSE | USART_CR3_CTSE)); in IRDA_SetConfig()
Dstm32l1xx_hal_uart.c1901 MODIFY_REG(huart->Instance->CR3, (USART_CR3_RTSE | USART_CR3_CTSE), huart->Init.HwFlowCtl); in UART_SetConfig()
Dstm32l1xx_hal_usart.c1873 CLEAR_BIT(husart->Instance->CR3, (uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)); in USART_SetConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c201 #define USART_CR3_FIELDS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE | USART_CR3_ONEBIT| \
204 #define USART_CR3_FIELDS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE | USART_CR3_ONEBIT)) /*!< UA…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart.c2160 MODIFY_REG(huart->Instance->CR3, (USART_CR3_RTSE | USART_CR3_CTSE | USART_CR3_ONEBIT), tmpreg); in UART_SetConfig()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6053 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7115 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h6254 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h6254 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h6956 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h7094 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h7396 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16024 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro