ETHFW API Guide
EthFwMon_Cfg Struct Reference

Detailed Description

Monitor and recovery configuration parameters.

Data Fields

uint32_t periodInMsecs
 
void * lwipDmaCbArg
 
EthFw_closeLwipDmaCb closeLwipDmaCb
 
EthFw_openLwipDmaCb openLwipDmaCb
 
EthFw_StatsMonHostPortEvtCb statsMonHostEvtCb
 
EthFw_StatsMonMacPortEvtCb statsMonMacEvtCb
 
void * statsMonCbArg
 

Field Documentation

◆ periodInMsecs

uint32_t EthFwMon_Cfg::periodInMsecs

Monitor period in milliseconds

◆ lwipDmaCbArg

void* EthFwMon_Cfg::lwipDmaCbArg

Argument for opening or closing the Lwip DMA channel to be passed ot callback function

◆ closeLwipDmaCb

EthFw_closeLwipDmaCb EthFwMon_Cfg::closeLwipDmaCb

Callback for closing the Lwip DMA channels from the application

◆ openLwipDmaCb

EthFw_openLwipDmaCb EthFwMon_Cfg::openLwipDmaCb

Callback for closing the Lwip DMA channels from the application

◆ statsMonHostEvtCb

EthFw_StatsMonHostPortEvtCb EthFwMon_Cfg::statsMonHostEvtCb

Callback to receive notifications when a host port monitored statistics has increased

◆ statsMonMacEvtCb

EthFw_StatsMonMacPortEvtCb EthFwMon_Cfg::statsMonMacEvtCb

Callback to receive notifications when a MAC port monitored statistics has increased

◆ statsMonCbArg

void* EthFwMon_Cfg::statsMonCbArg

Argument passed in statistics monitor callbacks