|  | WE310F5
    39.00.000
    | 
Timer notify information structure. More...
#include <m2mb_os_tmr.h>
| Data Fields | |
| UINT32 | timer_notify_type | 
| union { | |
| M2MB_OS_TMR_EVENT_INFO_T ev_obj | |
| M2MB_OS_TMR_CB_INFO_T cb_obj | |
| } | notify_option | 
Timer notify information structure.
This structure contains the notification information of the timer module in case of expiry.
Definition at line 180 of file m2mb_os_tmr.h.
| M2MB_OS_TMR_CB_INFO_T cb_obj | 
Callback information
Definition at line 186 of file m2mb_os_tmr.h.
| M2MB_OS_TMR_EVENT_INFO_T ev_obj | 
Evnet information
Definition at line 185 of file m2mb_os_tmr.h.
| union { ... } notify_option | 
| UINT32 timer_notify_type | 
Notification option
Definition at line 182 of file m2mb_os_tmr.h.