DMA_CfgRect_TypeDef Struct ReferenceEMLIB > DMA

Configuration structure for rectangular copy.

Definition at line 246 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 248 of file em_dma.h .

Referenced by DMA_CfgRect() .

uint16_t DMA_CfgRect_TypeDef::height

2D copy height.

Definition at line 252 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 250 of file em_dma.h .

Referenced by DMA_CfgRect() .


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