EZR32 Leopard Gecko Software Documentation  ezr32lg-doc-5.1.2
DMA_CfgRect_TypeDef Struct Reference

Detailed Description

Configuration structure for rectangular copy

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

Referenced by DMA_CfgRect().

uint16_t DMA_CfgRect_TypeDef::height

2D copy height

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

Referenced by DMA_CfgRect().


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