STM32H735xx HAL User Manual
|
Defines | |
#define | UART_HWCONTROL_NONE 0x00000000U |
#define | UART_HWCONTROL_RTS USART_CR3_RTSE |
#define | UART_HWCONTROL_CTS USART_CR3_CTSE |
#define | UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) |
#define UART_HWCONTROL_CTS USART_CR3_CTSE |
Clear To Send
Definition at line 390 of file stm32h7xx_hal_uart.h.
#define UART_HWCONTROL_NONE 0x00000000U |
No hardware control
Definition at line 388 of file stm32h7xx_hal_uart.h.
Referenced by HAL_UART_Init().
#define UART_HWCONTROL_RTS USART_CR3_RTSE |
Request To Send
Definition at line 389 of file stm32h7xx_hal_uart.h.
#define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) |
Request and Clear To Send
Definition at line 391 of file stm32h7xx_hal_uart.h.