|
STM CMSIS
|
Macros | |
| #define | UART_HWCONTROL_NONE ((uint32_t)0x00000000U) |
| #define | UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) |
| #define | UART_HWCONTROL_CTS ((uint32_t)USART_CR3_CTSE) |
| #define | UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)) |