STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
DMA_flow_controller_definitions

Macros

#define DMA_FlowCtrl_Memory   ((uint32_t)0x00000000)
 
#define DMA_FlowCtrl_Peripheral   ((uint32_t)0x00000020)
 
#define IS_DMA_FLOW_CTRL(CTRL)
 

Detailed Description

Macro Definition Documentation

#define IS_DMA_FLOW_CTRL (   CTRL)
Value:
(((CTRL) == DMA_FlowCtrl_Memory) || \
((CTRL) == DMA_FlowCtrl_Peripheral))