Macros
Collaboration diagram for USART_Inversion_Pins:

Macros

#define IS_USART_INVERSTION_PIN(PIN)
 
#define USART_InvPin_Rx   USART_CR2_RXINV
 
#define USART_InvPin_Tx   USART_CR2_TXINV
 

Detailed Description

Macro Definition Documentation

#define IS_USART_INVERSTION_PIN (   PIN)
Value:
((((PIN) & (uint32_t)0xFFFCFFFF) == 0x00) && \
((PIN) != (uint32_t)0x00))

Definition at line 349 of file stm32f30x_usart.h.

#define USART_InvPin_Rx   USART_CR2_RXINV

Definition at line 348 of file stm32f30x_usart.h.

#define USART_InvPin_Tx   USART_CR2_TXINV

Definition at line 347 of file stm32f30x_usart.h.



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