STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
USART_OVR_DETECTION

Macros

#define USART_OVRDetection_Enable   ((uint32_t)0x00000000)
 
#define USART_OVRDetection_Disable   USART_CR3_OVRDIS
 
#define IS_USART_OVRDETECTION(OVR)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_OVRDETECTION (   OVR)
Value:
(((OVR) == USART_OVRDetection_Enable)|| \
((OVR) == USART_OVRDetection_Disable))