Macros
Collaboration diagram for USART_Stop_Bits:

Macros

#define IS_USART_STOPBITS(STOPBITS)
 
#define IS_USART_STOPBITS(STOPBITS)
 
#define IS_USART_STOPBITS(STOPBITS)
 
#define USART_StopBits_0_5   ((uint16_t)0x1000)
 
#define USART_StopBits_0_5   ((uint16_t)0x1000)
 
#define USART_StopBits_1   ((uint16_t)0x0000)
 
#define USART_StopBits_1   ((uint16_t)0x0000)
 
#define USART_StopBits_1   ((uint32_t)0x00000000)
 
#define USART_StopBits_1_5   ((uint16_t)0x3000)
 
#define USART_StopBits_1_5   ((uint16_t)0x3000)
 
#define USART_StopBits_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)
 
#define USART_StopBits_2   ((uint16_t)0x2000)
 
#define USART_StopBits_2   ((uint16_t)0x2000)
 
#define USART_StopBits_2   USART_CR2_STOP_1
 

Detailed Description

Macro Definition Documentation

◆ IS_USART_STOPBITS [1/3]

#define IS_USART_STOPBITS (   STOPBITS)
Value:
(((STOPBITS) == USART_StopBits_1) || \
((STOPBITS) == USART_StopBits_0_5) || \
((STOPBITS) == USART_StopBits_2) || \
((STOPBITS) == USART_StopBits_1_5))
#define USART_StopBits_0_5
#define USART_StopBits_2
#define USART_StopBits_1_5
#define USART_StopBits_1

Definition at line 142 of file stm32f10x_usart.h.

◆ IS_USART_STOPBITS [2/3]

#define IS_USART_STOPBITS (   STOPBITS)
Value:
(((STOPBITS) == USART_StopBits_1) || \
((STOPBITS) == USART_StopBits_0_5) || \
((STOPBITS) == USART_StopBits_2) || \
((STOPBITS) == USART_StopBits_1_5))
#define USART_StopBits_0_5
#define USART_StopBits_2
#define USART_StopBits_1_5
#define USART_StopBits_1

Definition at line 145 of file stm32f4xx_usart.h.

◆ IS_USART_STOPBITS [3/3]

#define IS_USART_STOPBITS (   STOPBITS)
Value:
(((STOPBITS) == USART_StopBits_1) || \
((STOPBITS) == USART_StopBits_2) || \
((STOPBITS) == USART_StopBits_1_5))
#define USART_StopBits_2
#define USART_StopBits_1_5
#define USART_StopBits_1

Definition at line 145 of file stm32f30x_usart.h.

◆ USART_StopBits_0_5 [1/2]

#define USART_StopBits_0_5   ((uint16_t)0x1000)

Definition at line 139 of file stm32f10x_usart.h.

◆ USART_StopBits_0_5 [2/2]

#define USART_StopBits_0_5   ((uint16_t)0x1000)

Definition at line 142 of file stm32f4xx_usart.h.

◆ USART_StopBits_1 [1/3]

#define USART_StopBits_1   ((uint16_t)0x0000)

Definition at line 138 of file stm32f10x_usart.h.

◆ USART_StopBits_1 [2/3]

#define USART_StopBits_1   ((uint16_t)0x0000)

Definition at line 141 of file stm32f4xx_usart.h.

◆ USART_StopBits_1 [3/3]

#define USART_StopBits_1   ((uint32_t)0x00000000)

Definition at line 142 of file stm32f30x_usart.h.

◆ USART_StopBits_1_5 [1/3]

#define USART_StopBits_1_5   ((uint16_t)0x3000)

Definition at line 141 of file stm32f10x_usart.h.

◆ USART_StopBits_1_5 [2/3]

#define USART_StopBits_1_5   ((uint16_t)0x3000)

Definition at line 144 of file stm32f4xx_usart.h.

◆ USART_StopBits_1_5 [3/3]

#define USART_StopBits_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)

Definition at line 144 of file stm32f30x_usart.h.

◆ USART_StopBits_2 [1/3]

#define USART_StopBits_2   ((uint16_t)0x2000)

Definition at line 140 of file stm32f10x_usart.h.

◆ USART_StopBits_2 [2/3]

#define USART_StopBits_2   ((uint16_t)0x2000)

Definition at line 143 of file stm32f4xx_usart.h.

◆ USART_StopBits_2 [3/3]

#define USART_StopBits_2   USART_CR2_STOP_1

Definition at line 143 of file stm32f30x_usart.h.



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