CARME-M4 BSP  V1.5
DMA_flow_controller_definitions
+ Collaboration diagram for 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))

Definition at line 536 of file stm32f4xx_dma.h.