STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | USART_Parity_No ((uint16_t)0x0000) |
#define | USART_Parity_Even ((uint16_t)0x0400) |
#define | USART_Parity_Odd ((uint16_t)0x0600) |
#define | IS_USART_PARITY(PARITY) |
#define IS_USART_PARITY | ( | PARITY | ) |
(((PARITY) == USART_Parity_No) || \ ((PARITY) == USART_Parity_Even) || \ ((PARITY) == USART_Parity_Odd))
Definition at line 157 of file stm32f10x_usart.h.
#define USART_Parity_Even ((uint16_t)0x0400) |
Definition at line 155 of file stm32f10x_usart.h.
#define USART_Parity_No ((uint16_t)0x0000) |
Definition at line 154 of file stm32f10x_usart.h.
#define USART_Parity_Odd ((uint16_t)0x0600) |
Definition at line 156 of file stm32f10x_usart.h.