![]() |
WE310F5
39.00.000
|
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 167 of file m2mb_os_tmr.h.
VOID* cbctxt |
Context to the callback
Definition at line 170 of file m2mb_os_tmr.h.
M2MB_OS_TMR_CB_T cbfunc |
User callback function
Definition at line 169 of file m2mb_os_tmr.h.