STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
USART_Inversion_Pins

Macros

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

Detailed Description

Macro Definition Documentation

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