![]() |
WL865E4-P
36.07.001
|
Timer event information structure. More...
#include <m2mb_os_tmr.h>
Data Fields | |
M2MB_OS_EV_HANDLE | event |
UINT32 | mask |
Timer event information structure.
This structure contains the event information of the timer module. This is used to create the timer with event as the expiry handling option.
Definition at line 154 of file m2mb_os_tmr.h.
M2MB_OS_EV_HANDLE event |
Event handle
Definition at line 156 of file m2mb_os_tmr.h.
UINT32 mask |
Event mask
Definition at line 157 of file m2mb_os_tmr.h.