NetTimerCallbackEntry Struct Reference

Timer callback entry. More...

#include <net_misc.h>

Data Fields

systime_t timerValue
 
systime_t timerPeriod
 
NetTimerCallback callback
 
void * param
 

Detailed Description

Timer callback entry.

Definition at line 91 of file net_misc.h.

Field Documentation

◆ callback

NetTimerCallback callback

Definition at line 95 of file net_misc.h.

◆ param

void* param

Definition at line 96 of file net_misc.h.

◆ timerPeriod

systime_t timerPeriod

Definition at line 94 of file net_misc.h.

◆ timerValue

systime_t timerValue

Definition at line 93 of file net_misc.h.


The documentation for this struct was generated from the following file: