|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | UART_HWCONTROL_NONE 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)) |
| #define UART_HWCONTROL_CTS ((uint32_t)USART_CR3_CTSE) |
Definition at line 302 of file stm32f4xx_hal_uart.h.
| #define UART_HWCONTROL_NONE 0x00000000U |
Definition at line 300 of file stm32f4xx_hal_uart.h.
| #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) |
Definition at line 301 of file stm32f4xx_hal_uart.h.
| #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)) |
Definition at line 303 of file stm32f4xx_hal_uart.h.