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_fifo_threshold_level
DMA_Exported_Constants
Macros
#define
DMA_FIFOThreshold_1QuarterFull
((uint32_t)0x00000000)
#define
DMA_FIFOThreshold_HalfFull
((uint32_t)0x00000001)
#define
DMA_FIFOThreshold_3QuartersFull
((uint32_t)0x00000002)
#define
DMA_FIFOThreshold_Full
((uint32_t)0x00000003)
#define
IS_DMA_FIFO_THRESHOLD
(THRESHOLD)
Detailed Description
Macro Definition Documentation
#define IS_DMA_FIFO_THRESHOLD
(
THRESHOLD
)
Value:
(((THRESHOLD) == DMA_FIFOThreshold_1QuarterFull ) || \
((THRESHOLD) == DMA_FIFOThreshold_HalfFull) || \
((THRESHOLD) == DMA_FIFOThreshold_3QuartersFull) || \
((THRESHOLD) == DMA_FIFOThreshold_Full))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1