STM32H735xx HAL User Manual
|
Defines | |
#define | UART_PARITY_NONE 0x00000000U |
#define | UART_PARITY_EVEN USART_CR1_PCE |
#define | UART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) |
#define UART_PARITY_EVEN USART_CR1_PCE |
Even parity
Definition at line 379 of file stm32h7xx_hal_uart.h.
#define UART_PARITY_NONE 0x00000000U |
No parity
Definition at line 378 of file stm32h7xx_hal_uart.h.
Referenced by HAL_UART_DMAResume(), HAL_UART_Receive(), HAL_UART_Transmit(), HAL_UART_Transmit_IT(), HAL_UARTEx_ReceiveToIdle(), UART_Start_Receive_DMA(), and UART_Start_Receive_IT().
#define UART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) |
Odd parity
Definition at line 380 of file stm32h7xx_hal_uart.h.