Macros
Collaboration diagram for USART_DE_Polarity:

Macros

#define IS_USART_DE_POLARITY(POLARITY)
 
#define USART_DEPolarity_High   ((uint32_t)0x00000000)
 
#define USART_DEPolarity_Low   USART_CR3_DEP
 

Detailed Description

Macro Definition Documentation

#define IS_USART_DE_POLARITY (   POLARITY)
Value:
(((POLARITY) == USART_DEPolarity_Low) || \
((POLARITY) == USART_DEPolarity_High))
#define USART_DEPolarity_Low
#define USART_DEPolarity_High

Definition at line 337 of file stm32f30x_usart.h.

#define USART_DEPolarity_High   ((uint32_t)0x00000000)

Definition at line 335 of file stm32f30x_usart.h.

#define USART_DEPolarity_Low   USART_CR3_DEP

Definition at line 336 of file stm32f30x_usart.h.



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