Macros
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

◆ DMA_FlowCtrl_Memory

#define DMA_FlowCtrl_Memory   ((uint32_t)0x00000000)

Definition at line 533 of file stm32f4xx_dma.h.

◆ DMA_FlowCtrl_Peripheral

#define DMA_FlowCtrl_Peripheral   ((uint32_t)0x00000020)

Definition at line 534 of file stm32f4xx_dma.h.

◆ IS_DMA_FLOW_CTRL

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

Definition at line 536 of file stm32f4xx_dma.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:14