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_DMA_Recception_Error

Macros

#define USART_DMAOnError_Enable   ((uint32_t)0x00000000)
 
#define USART_DMAOnError_Disable   USART_CR3_DDRE
 
#define IS_USART_DMAONERROR(DMAERROR)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_DMAONERROR (   DMAERROR)
Value:
(((DMAERROR) == USART_DMAOnError_Disable)|| \
((DMAERROR) == USART_DMAOnError_Enable))