![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <os.h>

Public Attributes | |
| void(* | callback )(void *arg, uint32_t event) |
| void * | arg |
| uint32_t | run_count |
| uint32_t | max_run_count |
| uint32_t | interval |
| uint32_t | elapsed_time |
| struct task_struct * | next |
| void* task_struct::arg |
| uint32_t task_struct::elapsed_time |
| uint32_t task_struct::interval |
| uint32_t task_struct::max_run_count |
| struct task_struct* task_struct::next |
| uint32_t task_struct::run_count |