Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
DMA_InitStruct Struct Reference

ADC init structure definition. More...

#include <Imt.Base.HAL.STM32F030/SystemPeripherals_DMA.h>

Public Attributes

uint32_t PeripheralBaseAddr
 
uint32_t MemoryBaseAddr
 
DMA_DatatTransferDir DIR
 
uint32_t BufferSize
 
DMA_PeripheralInc PeripheralInc
 
DMA_MemoryInc MemoryInc
 
DMA_PeripheralDataSize PeripheralDataSize
 
DMA_MemoryDataSize MemoryDataSize
 
DMA_Mode m_mode
 
DMA_Priority Priority
 
DMA_M2M M2M
 
DMA_Mode Mode
 

Detailed Description

ADC init structure definition.

Definition at line 143 of file SystemPeripherals_DMA.h.

Member Data Documentation

◆ BufferSize

uint32_t DMA_InitStruct::BufferSize

Definition at line 157 of file SystemPeripherals_DMA.h.

◆ DIR

DMA_DatatTransferDir DMA_InitStruct::DIR

Definition at line 152 of file SystemPeripherals_DMA.h.

◆ M2M

DMA_M2M DMA_InitStruct::M2M

Definition at line 179 of file SystemPeripherals_DMA.h.

◆ m_mode

DMA_Mode DMA_InitStruct::m_mode

Definition at line 173 of file SystemPeripherals_DMA.h.

◆ MemoryBaseAddr

uint32_t DMA_InitStruct::MemoryBaseAddr

Definition at line 149 of file SystemPeripherals_DMA.h.

◆ MemoryDataSize

DMA_MemoryDataSize DMA_InitStruct::MemoryDataSize

Definition at line 169 of file SystemPeripherals_DMA.h.

◆ MemoryInc

DMA_MemoryInc DMA_InitStruct::MemoryInc

Definition at line 163 of file SystemPeripherals_DMA.h.

◆ Mode

DMA_Mode DMA_InitStruct::Mode

Definition at line 181 of file SystemPeripherals_DMA.h.

◆ PeripheralBaseAddr

uint32_t DMA_InitStruct::PeripheralBaseAddr

Definition at line 145 of file SystemPeripherals_DMA.h.

◆ PeripheralDataSize

DMA_PeripheralDataSize DMA_InitStruct::PeripheralDataSize

Definition at line 166 of file SystemPeripherals_DMA.h.

◆ PeripheralInc

DMA_PeripheralInc DMA_InitStruct::PeripheralInc

Definition at line 160 of file SystemPeripherals_DMA.h.

◆ Priority

DMA_Priority DMA_InitStruct::Priority

Definition at line 176 of file SystemPeripherals_DMA.h.


The documentation for this struct was generated from the following files: