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

#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.

#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.

#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.

#define USART_LastBit_Disable   ((uint16_t)0x0000)

Definition at line 230 of file stm32f10x_usart.h.

#define USART_LastBit_Disable   ((uint16_t)0x0000)

Definition at line 233 of file stm32f4xx_usart.h.

#define USART_LastBit_Disable   ((uint32_t)0x00000000)

Definition at line 235 of file stm32f30x_usart.h.

#define USART_LastBit_Enable   ((uint16_t)0x0100)

Definition at line 231 of file stm32f10x_usart.h.

#define USART_LastBit_Enable   ((uint16_t)0x0100)

Definition at line 234 of file stm32f4xx_usart.h.

#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 Thu Apr 15 2021 05:07:55