Firmware SDK
twr_dma_channel_config_t Struct Reference

DMA channel configuration. More...

#include <twr_dma.h>

Data Fields

twr_dma_request_t request
 DMA channel request.
 
twr_dma_direction_t direction
 DMA channel direction.
 
twr_dma_size_t data_size_memory
 DMA channel memory data size.
 
twr_dma_size_t data_size_peripheral
 DMA channel peripheral data size.
 
size_t length
 DMA channel data length.
 
twr_dma_mode_t mode
 DMA channel mode.
 
void * address_memory
 RAM memory address.
 
void * address_peripheral
 Peripheral address.
 
twr_dma_priority_t priority
 DMA channel priority.
 

Detailed Description

DMA channel configuration.

Definition at line 165 of file twr_dma.h.


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