PDK API Guide for J721E
LwipifEnetAppIf_GetHandleInArgs Struct Reference

Detailed Description

Input arguments passed to the application via LwipifEnetAppCb_getHandle() when Enet's netif is initialized.

Data Fields

struct netif * netif
 
LwipifEnetAppIf_TxConfig txCfg
 
LwipifEnetAppIf_RxConfig rxCfg [LWIP2ENET_RX_NUM]
 

Field Documentation

◆ netif

struct netif* LwipifEnetAppIf_GetHandleInArgs::netif

Enet's netif

◆ txCfg

LwipifEnetAppIf_TxConfig LwipifEnetAppIf_GetHandleInArgs::txCfg

TX configuration parameters

◆ rxCfg

LwipifEnetAppIf_RxConfig LwipifEnetAppIf_GetHandleInArgs::rxCfg[LWIP2ENET_RX_NUM]

RX configuration parameters