Macros
Collaboration diagram for USART_Parity:

Macros

#define IS_USART_PARITY(PARITY)
 
#define IS_USART_PARITY(PARITY)
 
#define IS_USART_PARITY(PARITY)
 
#define USART_Parity_Even   ((uint16_t)0x0400)
 
#define USART_Parity_Even   USART_CR1_PCE
 
#define USART_Parity_Even   ((uint16_t)0x0400)
 
#define USART_Parity_No   ((uint16_t)0x0000)
 
#define USART_Parity_No   ((uint32_t)0x00000000)
 
#define USART_Parity_No   ((uint16_t)0x0000)
 
#define USART_Parity_Odd   ((uint16_t)0x0600)
 
#define USART_Parity_Odd   (USART_CR1_PCE | USART_CR1_PS)
 
#define USART_Parity_Odd   ((uint16_t)0x0600)
 

Detailed Description

Macro Definition Documentation

◆ IS_USART_PARITY [1/3]

#define IS_USART_PARITY (   PARITY)
Value:
(((PARITY) == USART_Parity_No) || \
((PARITY) == USART_Parity_Even) || \
((PARITY) == USART_Parity_Odd))
#define USART_Parity_No
#define USART_Parity_Odd
#define USART_Parity_Even

Definition at line 157 of file stm32f10x_usart.h.

◆ IS_USART_PARITY [2/3]

#define IS_USART_PARITY (   PARITY)
Value:
(((PARITY) == USART_Parity_No) || \
((PARITY) == USART_Parity_Even) || \
((PARITY) == USART_Parity_Odd))
#define USART_Parity_No
#define USART_Parity_Odd
#define USART_Parity_Even

Definition at line 159 of file stm32f30x_usart.h.

◆ IS_USART_PARITY [3/3]

#define IS_USART_PARITY (   PARITY)
Value:
(((PARITY) == USART_Parity_No) || \
((PARITY) == USART_Parity_Even) || \
((PARITY) == USART_Parity_Odd))
#define USART_Parity_No
#define USART_Parity_Odd
#define USART_Parity_Even

Definition at line 160 of file stm32f4xx_usart.h.

◆ USART_Parity_Even [1/3]

#define USART_Parity_Even   ((uint16_t)0x0400)

Definition at line 155 of file stm32f10x_usart.h.

◆ USART_Parity_Even [2/3]

#define USART_Parity_Even   USART_CR1_PCE

Definition at line 157 of file stm32f30x_usart.h.

◆ USART_Parity_Even [3/3]

#define USART_Parity_Even   ((uint16_t)0x0400)

Definition at line 158 of file stm32f4xx_usart.h.

◆ USART_Parity_No [1/3]

#define USART_Parity_No   ((uint16_t)0x0000)

Definition at line 154 of file stm32f10x_usart.h.

◆ USART_Parity_No [2/3]

#define USART_Parity_No   ((uint32_t)0x00000000)

Definition at line 156 of file stm32f30x_usart.h.

◆ USART_Parity_No [3/3]

#define USART_Parity_No   ((uint16_t)0x0000)

Definition at line 157 of file stm32f4xx_usart.h.

◆ USART_Parity_Odd [1/3]

#define USART_Parity_Odd   ((uint16_t)0x0600)

Definition at line 156 of file stm32f10x_usart.h.

◆ USART_Parity_Odd [2/3]

#define USART_Parity_Odd   (USART_CR1_PCE | USART_CR1_PS)

Definition at line 158 of file stm32f30x_usart.h.

◆ USART_Parity_Odd [3/3]

#define USART_Parity_Odd   ((uint16_t)0x0600)

Definition at line 159 of file stm32f4xx_usart.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:15