embeddedlibrary
reusable software modules for embedded systems
|
task structure More...
Data Fields | |
task_fn_t | fn |
void * | pointer |
tint_t | time |
tint_t | period |
task structure
task_fn_t fn |
function to run
tint_t period |
the period for repeating the task if it is to be repeated
void* pointer |
pointer to pass to the task function if it is set
tint_t time |
the time the task was added to the queue or the time the task last ran