Ctools Use Case Library
Data Fields
ctools_edma_result_t Struct Reference

Ctools ETB EDMA drain job result structure to be used to convert the cicurlar buffer to linear buffer. More...

#include <ctools_uclib_edma3.h>

Data Fields

uint32_t startAddr
 
uint32_t availableWords
 
uint32_t isWrapped
 
uint32_t dbufAddress
 
uint32_t dbufWords
 

Detailed Description

Ctools ETB EDMA drain job result structure to be used to convert the cicurlar buffer to linear buffer.

Field Documentation

uint32_t ctools_edma_result_t::availableWords

Total number of 32-bit words that have been written into the DMA drain buffer.

uint32_t ctools_edma_result_t::dbufAddress

Drain buffer address

uint32_t ctools_edma_result_t::dbufWords

Drain buffer size in 32-bit words

uint32_t ctools_edma_result_t::isWrapped

Drain buffer is full and has started writing over previously written words.

uint32_t ctools_edma_result_t::startAddr

Current starting lcoation address in DMA drain buffer.


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