SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
task_struct Struct Reference

#include <os.h>

Collaboration diagram for task_struct:
Collaboration graph
[legend]

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_structnext
 

Member Data Documentation

◆ arg

void* task_struct::arg

◆ callback

void(* task_struct::callback) (void *arg, uint32_t event)

◆ elapsed_time

uint32_t task_struct::elapsed_time

◆ interval

uint32_t task_struct::interval

◆ max_run_count

uint32_t task_struct::max_run_count

◆ next

struct task_struct* task_struct::next

◆ run_count

uint32_t task_struct::run_count

The documentation for this struct was generated from the following file: