Param struct for the TX channel open function.
The configuration structure for the TX channel open function # EnetDma_openTxCh().
Data Fields | |
Enet_Handle | hEnet |
uint32_t | chNum |
EnetDma_PktNotifyCb | notifyCb |
uint32_t | numTxPkts |
void * | cbArg |
Enet_Handle EnetCpdma_OpenTxChPrms::hEnet |
Enet handle
uint32_t EnetCpdma_OpenTxChPrms::chNum |
CPDMA channel number allocated for transmit.
EnetDma_PktNotifyCb EnetCpdma_OpenTxChPrms::notifyCb |
Enet CPDMA event callback function - this function will be called when the registered packets are transmitted on TX channel
uint32_t EnetCpdma_OpenTxChPrms::numTxPkts |
Maximum number of transmit packets, used for allocating number of DMA descriptors
void* EnetCpdma_OpenTxChPrms::cbArg |
Argument to be used for the callback routines (it should mean something to layer into which the callback calls)