|
Firmware SDK
|
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. | |