![]() |
WE310F5
39.00.000
|
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 143 of file m2mb_os_tmr.h.
M2MB_OS_EV_HANDLE event |
Event handle
Definition at line 145 of file m2mb_os_tmr.h.
UINT32 mask |
Event mask
Definition at line 146 of file m2mb_os_tmr.h.