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_Request_ABRRQ   USART_RQR_ABRRQ
 
#define USART_Request_SBKRQ   USART_RQR_SBKRQ
 
#define USART_Request_MMRQ   USART_RQR_MMRQ
 
#define USART_Request_RXFRQ   USART_RQR_RXFRQ
 
#define USART_Request_TXFRQ   USART_RQR_TXFRQ
 
#define IS_USART_REQUEST(REQUEST)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_REQUEST (   REQUEST)
Value:
(((REQUEST) == USART_Request_TXFRQ) || \
((REQUEST) == USART_Request_RXFRQ) || \
((REQUEST) == USART_Request_MMRQ) || \
((REQUEST) == USART_Request_SBKRQ) || \
((REQUEST) == USART_Request_ABRRQ))