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

Macros

#define USART_LastBit_Disable   ((uint32_t)0x00000000)
 
#define USART_LastBit_Enable   USART_CR2_LBCL
 
#define IS_USART_LASTBIT(LASTBIT)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_LASTBIT (   LASTBIT)
Value:
(((LASTBIT) == USART_LastBit_Disable) || \
((LASTBIT) == USART_LastBit_Enable))