UDMA channel object. More...
#include <udma_ch.h>
Data Fields | |
uint32_t | chType |
Udma_ChPrms | chPrms |
Udma_DrvHandle | drvHandle |
uint32_t | txChNum |
uint32_t | rxChNum |
uint32_t | extChNum |
uint32_t | pdmaChNum |
uint32_t | peerThreadId |
Udma_RingHandle | fqRing |
Udma_RingHandle | cqRing |
Udma_RingHandle | tdCqRing |
struct Udma_RingObj | fqRingObj |
struct Udma_RingObj | cqRingObj |
struct Udma_RingObj | tdCqRingObj |
Udma_FlowHandle | defaultFlow |
struct Udma_FlowObj | defaultFlowObj |
Udma_ChTxPrms | txPrms |
Udma_ChRxPrms | rxPrms |
Udma_ChUtcPrms | utcPrms |
uint32_t | chInitDone |
uint32_t | chOesAllocDone |
uint32_t | trigger |
UDMA channel object.
UDMA channel handle.
Note: This is an internal/private driver structure and should not be used or modified by caller.