Modules | Macros
Collaboration diagram for USART_Exported_Constants:

Modules

 USART_Word_Length
 
 USART_Stop_Bits
 
 USART_Parity
 
 USART_Mode
 
 USART_Hardware_Flow_Control
 
 USART_Clock
 
 USART_Clock_Polarity
 
 USART_Clock_Phase
 
 USART_Last_Bit
 
 USART_Interrupt_definition
 USART Interrupt definition USART_IT possible values Elements values convention: 0xZZZZYYXX XX: Position of the corresponding Interrupt YY: Register index ZZZZ: Flag position.
 
 USART_DMA_Requests
 
 USART_WakeUp_methods
 
 USART_LIN_Break_Detection_Length
 
 USART_IrDA_Low_Power
 
 USART_Flags
 
 USART_DMA_Recception_Error
 
 USART_MuteMode_WakeUp_methods
 
 USART_Address_Detection
 
 USART_StopMode_WakeUp_methods
 
 USART_DE_Polarity
 
 USART_Inversion_Pins
 
 USART_AutoBaudRate_Mode
 
 USART_OVR_DETECTION
 
 USART_Request
 
 USART_Global_definition
 

Macros

#define IS_USART_1234_PERIPH(PERIPH)
 
#define IS_USART_1234_PERIPH(PERIPH)
 
#define IS_USART_1236_PERIPH(PERIPH)
 
#define IS_USART_123_PERIPH(PERIPH)
 
#define IS_USART_123_PERIPH(PERIPH)
 
#define IS_USART_ALL_PERIPH(PERIPH)
 
#define IS_USART_ALL_PERIPH(PERIPH)
 
#define IS_USART_ALL_PERIPH(PERIPH)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_1234_PERIPH (   PERIPH)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3) || \
((PERIPH) == UART4))
#define USART1
Definition: stm32f4xx.h:2080
#define USART3
Definition: stm32f4xx.h:2057
#define UART4
Definition: stm32f4xx.h:2058
#define USART2
Definition: stm32f4xx.h:2056

Definition at line 117 of file stm32f10x_usart.h.

#define IS_USART_1234_PERIPH (   PERIPH)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3) || \
((PERIPH) == UART4))
#define USART1
Definition: stm32f4xx.h:2080
#define USART3
Definition: stm32f4xx.h:2057
#define UART4
Definition: stm32f4xx.h:2058
#define USART2
Definition: stm32f4xx.h:2056

Definition at line 120 of file stm32f30x_usart.h.

#define IS_USART_1236_PERIPH (   PERIPH)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3) || \
((PERIPH) == USART6))
#define USART6
Definition: stm32f4xx.h:2081
#define USART1
Definition: stm32f4xx.h:2080
#define USART3
Definition: stm32f4xx.h:2057
#define USART2
Definition: stm32f4xx.h:2056

Definition at line 119 of file stm32f4xx_usart.h.

#define IS_USART_123_PERIPH (   PERIPH)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3))
#define USART1
Definition: stm32f4xx.h:2080
#define USART3
Definition: stm32f4xx.h:2057
#define USART2
Definition: stm32f4xx.h:2056

Definition at line 113 of file stm32f10x_usart.h.

#define IS_USART_123_PERIPH (   PERIPH)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3))
#define USART1
Definition: stm32f4xx.h:2080
#define USART3
Definition: stm32f4xx.h:2057
#define USART2
Definition: stm32f4xx.h:2056

Definition at line 116 of file stm32f30x_usart.h.

#define IS_USART_ALL_PERIPH (   PERIPH)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3) || \
((PERIPH) == UART4) || \
((PERIPH) == UART5))
#define UART5
Definition: stm32f4xx.h:2059
#define USART1
Definition: stm32f4xx.h:2080
#define USART3
Definition: stm32f4xx.h:2057
#define UART4
Definition: stm32f4xx.h:2058
#define USART2
Definition: stm32f4xx.h:2056

Definition at line 107 of file stm32f10x_usart.h.

#define IS_USART_ALL_PERIPH (   PERIPH)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3) || \
((PERIPH) == UART4) || \
((PERIPH) == UART5))
#define UART5
Definition: stm32f4xx.h:2059
#define USART1
Definition: stm32f4xx.h:2080
#define USART3
Definition: stm32f4xx.h:2057
#define UART4
Definition: stm32f4xx.h:2058
#define USART2
Definition: stm32f4xx.h:2056

Definition at line 110 of file stm32f30x_usart.h.

#define IS_USART_ALL_PERIPH (   PERIPH)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3) || \
((PERIPH) == UART4) || \
((PERIPH) == UART5) || \
((PERIPH) == USART6) || \
((PERIPH) == UART7) || \
((PERIPH) == UART8))
#define USART6
Definition: stm32f4xx.h:2081
#define UART5
Definition: stm32f4xx.h:2059
#define USART1
Definition: stm32f4xx.h:2080
#define UART8
Definition: stm32f4xx.h:2077
#define USART3
Definition: stm32f4xx.h:2057
#define UART7
Definition: stm32f4xx.h:2076
#define UART4
Definition: stm32f4xx.h:2058
#define USART2
Definition: stm32f4xx.h:2056

Definition at line 110 of file stm32f4xx_usart.h.



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