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_Address_Detection

Macros

#define USART_AddressLength_4b   ((uint32_t)0x00000000)
 
#define USART_AddressLength_7b   USART_CR2_ADDM7
 
#define IS_USART_ADDRESS_DETECTION(ADDRESS)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_ADDRESS_DETECTION (   ADDRESS)
Value:
(((ADDRESS) == USART_AddressLength_4b) || \
((ADDRESS) == USART_AddressLength_7b))