Macros
Collaboration diagram for USART_Last_Bit:

Macros

#define IS_USART_LASTBIT(LASTBIT)
 
#define IS_USART_LASTBIT(LASTBIT)
 
#define IS_USART_LASTBIT(LASTBIT)
 
#define USART_LastBit_Disable   ((uint16_t)0x0000)
 
#define USART_LastBit_Disable   ((uint16_t)0x0000)
 
#define USART_LastBit_Disable   ((uint32_t)0x00000000)
 
#define USART_LastBit_Enable   ((uint16_t)0x0100)
 
#define USART_LastBit_Enable   ((uint16_t)0x0100)
 
#define USART_LastBit_Enable   USART_CR2_LBCL
 

Detailed Description

Macro Definition Documentation

◆ IS_USART_LASTBIT [1/3]

#define IS_USART_LASTBIT (   LASTBIT)
Value:
(((LASTBIT) == USART_LastBit_Disable) || \
((LASTBIT) == USART_LastBit_Enable))
#define USART_LastBit_Disable
#define USART_LastBit_Enable

Definition at line 232 of file stm32f10x_usart.h.

◆ IS_USART_LASTBIT [2/3]

#define IS_USART_LASTBIT (   LASTBIT)
Value:
(((LASTBIT) == USART_LastBit_Disable) || \
((LASTBIT) == USART_LastBit_Enable))
#define USART_LastBit_Disable
#define USART_LastBit_Enable

Definition at line 235 of file stm32f4xx_usart.h.

◆ IS_USART_LASTBIT [3/3]

#define IS_USART_LASTBIT (   LASTBIT)
Value:
(((LASTBIT) == USART_LastBit_Disable) || \
((LASTBIT) == USART_LastBit_Enable))
#define USART_LastBit_Disable
#define USART_LastBit_Enable

Definition at line 237 of file stm32f30x_usart.h.

◆ USART_LastBit_Disable [1/3]

#define USART_LastBit_Disable   ((uint16_t)0x0000)

Definition at line 230 of file stm32f10x_usart.h.

◆ USART_LastBit_Disable [2/3]

#define USART_LastBit_Disable   ((uint16_t)0x0000)

Definition at line 233 of file stm32f4xx_usart.h.

◆ USART_LastBit_Disable [3/3]

#define USART_LastBit_Disable   ((uint32_t)0x00000000)

Definition at line 235 of file stm32f30x_usart.h.

◆ USART_LastBit_Enable [1/3]

#define USART_LastBit_Enable   ((uint16_t)0x0100)

Definition at line 231 of file stm32f10x_usart.h.

◆ USART_LastBit_Enable [2/3]

#define USART_LastBit_Enable   ((uint16_t)0x0100)

Definition at line 234 of file stm32f4xx_usart.h.

◆ USART_LastBit_Enable [3/3]

#define USART_LastBit_Enable   USART_CR2_LBCL

Definition at line 236 of file stm32f30x_usart.h.



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