![]() |
PDK API Guide for J721E
|
Arguments passed to application by Enet's netif during deinitialization.
Data Fields | |
| struct netif * | netif |
| Enet_Handle | hEnet |
| uint32_t | coreId |
| uint32_t | coreKey |
| LwipifEnetAppIf_TxHandleInfo | txInfo |
| LwipifEnetAppIf_RxHandleInfo | rxInfo [LWIP2ENET_RX_NUM] |
| Lwip2EnetAppIf_FreePktInfo | txFreePkt |
| Lwip2EnetAppIf_FreePktInfo | rxFreePkt [LWIP2ENET_RX_NUM] |
| struct netif* LwipifEnetAppIf_ReleaseHandleInfo::netif |
Enet's netif.
| Enet_Handle LwipifEnetAppIf_ReleaseHandleInfo::hEnet |
Enet driver handle.
| uint32_t LwipifEnetAppIf_ReleaseHandleInfo::coreId |
Self core id.
| uint32_t LwipifEnetAppIf_ReleaseHandleInfo::coreKey |
Core key returned by Enet LLD.
| LwipifEnetAppIf_TxHandleInfo LwipifEnetAppIf_ReleaseHandleInfo::txInfo |
Packet transmission parameters that application needs to close TX channel.
| LwipifEnetAppIf_RxHandleInfo LwipifEnetAppIf_ReleaseHandleInfo::rxInfo[LWIP2ENET_RX_NUM] |
Packet reception parameters that application needs to close RX channel.
| Lwip2EnetAppIf_FreePktInfo LwipifEnetAppIf_ReleaseHandleInfo::txFreePkt |
Callback used to free TX packets during deinitialization.
| Lwip2EnetAppIf_FreePktInfo LwipifEnetAppIf_ReleaseHandleInfo::rxFreePkt[LWIP2ENET_RX_NUM] |
Callback used to free RX packets during deinitialization.