STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
DMA_data_transfer_direction

Macros

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

Detailed Description

Macro Definition Documentation

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