Data Fields
ï‚· uint32_t DMA_PeripheralBaseAddr
ï‚· uint32_t DMA_MemoryBaseAddr
ï‚· uint32_t DMA_DIR
ï‚· uint16_t DMA_BufferSize
ï‚· uint32_t DMA_PeripheralInc
ï‚· uint32_t DMA_MemoryInc
ï‚· uint32_t DMA_PeripheralDataSize
ï‚· uint32_t DMA_MemoryDataSize
ï‚· uint32_t DMA_Mode
ï‚· uint32_t DMA_Priority
ï‚· uint32_t DMA_M2M
Field Documentation
ï‚· uint32_t DMA_InitTypeDef::DMA_PeripheralBaseAddr
ï€ Specifies the peripheral base address for DMAy Channelx.
ï‚· uint32_t DMA_InitTypeDef::DMA_MemoryBaseAddr
ï€ Specifies the memory base address for DMAy Channelx.
ï‚· uint32_t DMA_InitTypeDef::DMA_DIR
ï€ Specifies if the peripheral is the source or destination. This parameter can be a
value of DMA_data_transfer_direction
ï‚· uint16_t DMA_InitTypeDef::DMA_BufferSize
ï€ Specifies the buffer size, in data unit, of the specified Channel. The data unit is
equal to the configuration set in DMA_PeripheralDataSize or
DMA_MemoryDataSize members depending in the transfer direction.
ï‚· uint32_t DMA_InitTypeDef::DMA_PeripheralInc
ï€ Specifies whether the Peripheral address register is incremented or not. This
parameter can be a value of DMA_peripheral_incremented_mode
ï‚· uint32_t DMA_InitTypeDef::DMA_MemoryInc
ï€ Specifies whether the memory address register is incremented or not. This
parameter can be a value of DMA_memory_incremented_mode
ï‚· uint32_t DMA_InitTypeDef::DMA_PeripheralDataSize
ï€ Specifies the Peripheral data width. This parameter can be a value of
DMA_peripheral_data_size
ï‚· uint32_t DMA_InitTypeDef::DMA_MemoryDataSize
ï€ Specifies the Memory data width. This parameter can be a value of
DMA_memory_data_size
ï‚· uint32_t DMA_InitTypeDef::DMA_Mode
ï€ Specifies the operation mode of the DMAy Channelx. This parameter can be a
value of DMA_circular_normal_mode
ï‚· uint32_t DMA_InitTypeDef::DMA_Priority
ï€ Specifies the software priority for the DMAy Channelx. This parameter can be a
value of DMA_priority_level
ï‚· uint32_t DMA_InitTypeDef::DMA_M2M
ï€ Specifies if the DMAy Channelx will be used in memory-to-memory transfer. This
parameter can be a value of DMA_memory_to_memory