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
DMA_memory_data_size

Macros

#define DMA_MemoryDataSize_Byte   ((uint32_t)0x00000000)
 
#define DMA_MemoryDataSize_HalfWord   DMA_CCR_MSIZE_0
 
#define DMA_MemoryDataSize_Word   DMA_CCR_MSIZE_1
 
#define IS_DMA_MEMORY_DATA_SIZE(SIZE)
 

Detailed Description

Macro Definition Documentation

#define IS_DMA_MEMORY_DATA_SIZE (   SIZE)
Value:
(((SIZE) == DMA_MemoryDataSize_Byte) || \
((SIZE) == DMA_MemoryDataSize_HalfWord) || \
((SIZE) == DMA_MemoryDataSize_Word))