#include <tte_config.h>
Public Attributes | |
void(* | fn )(void *arg) |
void * | arg |
configuration of an application task. Application tasks are executed in the kernel as as part of the time-triggered schedule.
Definition at line 69 of file tte_config.h.
void* tte_task_conf_t::arg |
Argument passed to the callback function.
Definition at line 75 of file tte_config.h.
void(* tte_task_conf_t::fn)(void *arg) |
Address of a callback function that is executed at the scheduled time.
Definition at line 72 of file tte_config.h.