STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
DMA_memory_targets_definitions

Macros

#define DMA_Memory_0   ((uint32_t)0x00000000)
 
#define DMA_Memory_1   ((uint32_t)0x00080000)
 
#define IS_DMA_CURRENT_MEM(MEM)   (((MEM) == DMA_Memory_0) || ((MEM) == DMA_Memory_1))
 

Detailed Description