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

#define DMA_FlowCtrl_Memory   ((uint32_t)0x00000000)

Definition at line 533 of file stm32f4xx_dma.h.

#define DMA_FlowCtrl_Peripheral   ((uint32_t)0x00000020)

Definition at line 534 of file stm32f4xx_dma.h.

#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 Thu Apr 15 2021 05:07:54