![]() |
WL865E4-P
36.07.001
|
Timer attiribute structure. More...
#include <m2mb_os_tmr.h>
Data Fields | |
UINT32 | duration |
UINT32 | reload |
UINT32 | remaining |
UINT32 | option |
M2MB_OS_TMR_NOTIFY_INFO_T | notify_info |
Timer attiribute structure.
This structure contains the attribution information of the timer module in case of expiry.Timer attribute info.
Definition at line 199 of file m2mb_os_tmr.h.
UINT32 duration |
Duration of timer
Definition at line 201 of file m2mb_os_tmr.h.
M2MB_OS_TMR_NOTIFY_INFO_T notify_info |
Notification information
Definition at line 205 of file m2mb_os_tmr.h.
UINT32 option |
Timer option
Definition at line 204 of file m2mb_os_tmr.h.
UINT32 reload |
Reload duration of timer
Definition at line 202 of file m2mb_os_tmr.h.
UINT32 remaining |
Remaining duaraion of the timer
Definition at line 203 of file m2mb_os_tmr.h.