|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | UART_PARITY_NONE 0x00000000U |
| #define | UART_PARITY_EVEN ((uint32_t)USART_CR1_PCE) |
| #define | UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) |
| #define UART_PARITY_EVEN ((uint32_t)USART_CR1_PCE) |
Definition at line 291 of file stm32f4xx_hal_uart.h.
| #define UART_PARITY_NONE 0x00000000U |
Definition at line 290 of file stm32f4xx_hal_uart.h.
| #define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) |
Definition at line 292 of file stm32f4xx_hal_uart.h.