![]() |
WL865E4-P
36.07.001
|
Timer callback information structure. More...
#include <m2mb_os_tmr.h>
Data Fields | |
M2MB_OS_TMR_CB_T | cbfunc |
VOID * | cbctxt |
Timer callback information structure.
This structure contains the event information of the timer module. This is used if the timer is created using event option.
Definition at line 168 of file m2mb_os_tmr.h.
VOID* cbctxt |
Context to the callback
Definition at line 171 of file m2mb_os_tmr.h.
M2MB_OS_TMR_CB_T cbfunc |
User callback function
Definition at line 170 of file m2mb_os_tmr.h.