DMA_CfgRect_TypeDef Struct ReferenceEMLIB > DMA

Configuration structure for rectangular copy

Definition at line 247 of file em_dma.h .

#include < em_dma.h >

Data Fields

uint16_t dstStride
uint16_t height
uint16_t srcStride

Field Documentation

uint16_t DMA_CfgRect_TypeDef::dstStride

DMA channel destination stride (width of destination image, distance between lines)

Definition at line 249 of file em_dma.h .

Referenced by DMA_CfgRect() .

uint16_t DMA_CfgRect_TypeDef::height

2D copy height

Definition at line 253 of file em_dma.h .

Referenced by DMA_CfgRect() .

uint16_t DMA_CfgRect_TypeDef::srcStride

DMA channel source stride (width of source image, distance between lines)

Definition at line 251 of file em_dma.h .

Referenced by DMA_CfgRect() .


The documentation for this struct was generated from the following file:
  • C:/repos/embsw_super_h1/platform/emlib/inc/ em_dma.h