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