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_burst
DMA_Exported_Constants
Macros
#define
DMA_MemoryBurst_Single
((uint32_t)0x00000000)
#define
DMA_MemoryBurst_INC4
((uint32_t)0x00800000)
#define
DMA_MemoryBurst_INC8
((uint32_t)0x01000000)
#define
DMA_MemoryBurst_INC16
((uint32_t)0x01800000)
#define
IS_DMA_MEMORY_BURST
(BURST)
Detailed Description
Macro Definition Documentation
#define IS_DMA_MEMORY_BURST
(
BURST
)
Value:
(((BURST) == DMA_MemoryBurst_Single) || \
((BURST) == DMA_MemoryBurst_INC4) || \
((BURST) == DMA_MemoryBurst_INC8) || \
((BURST) == DMA_MemoryBurst_INC16))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1