Nut/OS  5.0.5
API Reference
USART_Parity
Collaboration diagram for USART_Parity:

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 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 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 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 Documentation

#define USART_Parity_No   ((uint16_t)0x0000)

Referenced by USART_StructInit().

#define USART_Parity_Even   ((uint16_t)0x0400)
#define USART_Parity_Odd   ((uint16_t)0x0600)
#define IS_USART_PARITY (   PARITY)
Value:
(((PARITY) == USART_Parity_No) || \
                                 ((PARITY) == USART_Parity_Even) || \
                                 ((PARITY) == USART_Parity_Odd))

Referenced by USART_Init().

#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)
Value:
(((PARITY) == USART_Parity_No) || \
                                 ((PARITY) == USART_Parity_Even) || \
                                 ((PARITY) == USART_Parity_Odd))
#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)
Value:
(((PARITY) == USART_Parity_No) || \
                                 ((PARITY) == USART_Parity_Even) || \
                                 ((PARITY) == USART_Parity_Odd))
#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)
Value:
(((PARITY) == USART_Parity_No) || \
                                 ((PARITY) == USART_Parity_Even) || \
                                 ((PARITY) == USART_Parity_Odd))