Searched defs:alarm_sub_element_ctx (Results 1 – 1 of 1) sorted by relevance
44 struct alarm_sub_element_ctx { struct46 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