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
DMA_data_transfer_direction

Macros

#define DMA_DIR_PeripheralSRC   ((uint32_t)0x00000000)
 
#define DMA_DIR_PeripheralDST   DMA_CCR_DIR
 
#define IS_DMA_DIR(DIR)
 

Detailed Description

Macro Definition Documentation

#define IS_DMA_DIR (   DIR)
Value:
(((DIR) == DMA_DIR_PeripheralSRC) || \
((DIR) == DMA_DIR_PeripheralDST))