#include "stdint.h"
#include "stdbool.h"
Go to the source code of this file.
◆ while_sheduller_event_handler_t
| typedef void(* while_sheduller_event_handler_t) (void *p) |
◆ WhileSchedulerHandler_t
| typedef void(* WhileSchedulerHandler_t) (void *timer_obj, int instance, void *p) |
◆ sheduller_exece()
◆ while_sheduller_add_func()
◆ while_sheduller_add_func_from_softtimer()
| bool while_sheduller_add_func_from_softtimer |
( |
WhileSchedulerHandler_t | handler, |
|
|
void * | p, |
|
|
bool | repeat, |
|
|
void * | timer_object, |
|
|
int | instance ) |