Home
last modified time | relevance | path

Searched defs:alarm_sub_element_ctx (Results 1 – 1 of 1) sorted by relevance

/SCP-firmware-master/module/timer/src/
A Dmod_timer.c44 struct alarm_sub_element_ctx { struct
46 struct fwk_dlist_node node;
48 uint32_t microseconds;
50 uint64_t timestamp;
52 void (*callback)(uintptr_t param);
54 uintptr_t param;
56 bool periodic;
58 bool activated;
60 bool bound;
62 bool started;

Completed in 4 milliseconds