STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
Main Page
Modules
Data Structures
Files
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Groups
Macros
DMA_memory_data_size
DMA_Exported_Constants
Macros
#define
DMA_MemoryDataSize_Byte
((uint32_t)0x00000000)
#define
DMA_MemoryDataSize_HalfWord
((uint32_t)0x00002000)
#define
DMA_MemoryDataSize_Word
((uint32_t)0x00004000)
#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 ))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1