discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Macros
USART_Parity
STM32F4xx_StdPeriph_Driver
»
USART
»
USART_Exported_Constants
Collaboration diagram for USART_Parity:
Macros
#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)
Detailed Description
Macro Definition Documentation
#define IS_USART_PARITY
(
PARITY
)
Value:
(((PARITY) == USART_Parity_No) || \
((PARITY) == USART_Parity_Even) || \
((PARITY) == USART_Parity_Odd))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1