6 #include "luat_msgbus.h"
9 typedef struct luat_timer
17 luat_msg_handler func
;
23 int luat_timer_start(luat_timer_t
* timer
);
24 int luat_timer_stop(luat_timer_t
* timer
);
25 luat_timer_t
* luat_timer_get(size_t timer_id
);
28 int luat_timer_mdelay(size_t ms
);