Macros
Collaboration diagram for USART_Word_Length:

Macros

#define IS_USART_WORD_LENGTH(LENGTH)
 
#define IS_USART_WORD_LENGTH(LENGTH)
 
#define IS_USART_WORD_LENGTH(LENGTH)
 
#define USART_WordLength_8b   ((uint16_t)0x0000)
 
#define USART_WordLength_8b   ((uint16_t)0x0000)
 
#define USART_WordLength_8b   ((uint32_t)0x00000000)
 
#define USART_WordLength_9b   ((uint16_t)0x1000)
 
#define USART_WordLength_9b   ((uint16_t)0x1000)
 
#define USART_WordLength_9b   USART_CR1_M
 

Detailed Description

Macro Definition Documentation

#define IS_USART_WORD_LENGTH (   LENGTH)
Value:
(((LENGTH) == USART_WordLength_8b) || \
((LENGTH) == USART_WordLength_9b))
#define USART_WordLength_9b
#define USART_WordLength_8b

Definition at line 128 of file stm32f10x_usart.h.

#define IS_USART_WORD_LENGTH (   LENGTH)
Value:
(((LENGTH) == USART_WordLength_8b) || \
((LENGTH) == USART_WordLength_9b))
#define USART_WordLength_9b
#define USART_WordLength_8b

Definition at line 131 of file stm32f4xx_usart.h.

#define IS_USART_WORD_LENGTH (   LENGTH)
Value:
(((LENGTH) == USART_WordLength_8b) || \
((LENGTH) == USART_WordLength_9b))
#define USART_WordLength_9b
#define USART_WordLength_8b

Definition at line 132 of file stm32f30x_usart.h.

#define USART_WordLength_8b   ((uint16_t)0x0000)

Definition at line 125 of file stm32f10x_usart.h.

#define USART_WordLength_8b   ((uint16_t)0x0000)

Definition at line 128 of file stm32f4xx_usart.h.

#define USART_WordLength_8b   ((uint32_t)0x00000000)

Definition at line 130 of file stm32f30x_usart.h.

#define USART_WordLength_9b   ((uint16_t)0x1000)

Definition at line 126 of file stm32f10x_usart.h.

#define USART_WordLength_9b   ((uint16_t)0x1000)

Definition at line 129 of file stm32f4xx_usart.h.

#define USART_WordLength_9b   USART_CR1_M

Definition at line 131 of file stm32f30x_usart.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:55