AM273x MCU+ SDK  08.03.00

Detailed Description

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
 

Field Documentation

◆ hEnet

Enet_Handle EnetCpdma_OpenRxChPrms::hEnet

Enet handle

◆ chNum

uint32_t EnetCpdma_OpenRxChPrms::chNum

CPDMA channel number allocated for receive.

◆ notifyCb

EnetDma_PktNotifyCb EnetCpdma_OpenRxChPrms::notifyCb

Enet CPDMA event callback function - this function will be called when the registered packets are transmitted on TX channel

◆ numRxPkts

uint32_t EnetCpdma_OpenRxChPrms::numRxPkts

Maximum number of transmit packets, used for allocating number of DMA descriptors

◆ cbArg

void* EnetCpdma_OpenRxChPrms::cbArg

Argument to be used for the callback routines (it should mean something to layer into which the callback calls)