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_data_transfer_direction
DMA_Exported_Constants
Macros
#define
DMA_DIR_PeripheralToMemory
((uint32_t)0x00000000)
#define
DMA_DIR_MemoryToPeripheral
((uint32_t)0x00000040)
#define
DMA_DIR_MemoryToMemory
((uint32_t)0x00000080)
#define
IS_DMA_DIRECTION
(DIRECTION)
Detailed Description
Macro Definition Documentation
#define IS_DMA_DIRECTION
(
DIRECTION
)
Value:
(((DIRECTION) == DMA_DIR_PeripheralToMemory ) || \
((DIRECTION) == DMA_DIR_MemoryToPeripheral) || \
((DIRECTION) == DMA_DIR_MemoryToMemory))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1