/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_uart.h | 201 #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); \
|
D | stm32l1xx_ll_usart.h | 297 #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/ |
D | stm32l0xx_hal_uart.h | 305 #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); \
|
D | stm32l0xx_ll_lpuart.h | 307 #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()
|
D | stm32l0xx_ll_usart.h | 423 #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/ |
D | stm32l4xx_hal_uart.h | 385 #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); \
|
D | stm32l4xx_ll_lpuart.h | 401 #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()
|
D | stm32l4xx_ll_usart.h | 525 #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/ |
D | stm32l1xx_hal_smartcard.c | 1295 CLEAR_BIT(hsc->Instance->CR3, (USART_CR3_RTSE | USART_CR3_CTSE)); in SMARTCARD_SetConfig()
|
D | stm32l1xx_hal_irda.c | 1546 CLEAR_BIT(hirda->Instance->CR3, (USART_CR3_RTSE | USART_CR3_CTSE)); in IRDA_SetConfig()
|
D | stm32l1xx_hal_uart.c | 1901 MODIFY_REG(huart->Instance->CR3, (USART_CR3_RTSE | USART_CR3_CTSE), huart->Init.HwFlowCtl); in UART_SetConfig()
|
D | stm32l1xx_hal_usart.c | 1873 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/ |
D | stm32l4xx_hal_uart.c | 201 #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/ |
D | stm32l0xx_hal_uart.c | 2160 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/ |
D | stm32l081xx.h | 6053 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7115 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 6254 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 6254 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6956 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 7094 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 7396 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 16024 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ macro
|