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_StopMode_WakeUp_methods

Macros

#define USART_WakeUpSource_AddressMatch   ((uint32_t)0x00000000)
 
#define USART_WakeUpSource_StartBit   USART_CR3_WUS_1
 
#define USART_WakeUpSource_RXNE   (USART_CR3_WUS_0 | USART_CR3_WUS_1)
 
#define IS_USART_STOPMODE_WAKEUPSOURCE(SOURCE)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_STOPMODE_WAKEUPSOURCE (   SOURCE)
Value:
(((SOURCE) == USART_WakeUpSource_AddressMatch) || \
((SOURCE) == USART_WakeUpSource_StartBit) || \
((SOURCE) == USART_WakeUpSource_RXNE))