agileRTOS (zrtos)  Version 0.8.0 (ghostbuster)
_zrtos_task_t Struct Reference

#include <task.h>

Collaboration diagram for _zrtos_task_t:
[legend]

Data Fields

zrtos_clist_node_t node
 
struct _zrtos_task_tparent
 
zrtos_arch_stack_tstack_ptr
 
zrtos_task_tick_t ticks
 
zrtos_error_t error_code
 

Detailed Description

Definition at line 36 of file task.h.

Field Documentation

◆ error_code

zrtos_error_t _zrtos_task_t::error_code

Definition at line 41 of file task.h.

◆ node

zrtos_clist_node_t _zrtos_task_t::node

Definition at line 37 of file task.h.

◆ parent

struct _zrtos_task_t* _zrtos_task_t::parent

Definition at line 38 of file task.h.

◆ stack_ptr

zrtos_arch_stack_t* _zrtos_task_t::stack_ptr

Definition at line 39 of file task.h.

◆ ticks

zrtos_task_tick_t _zrtos_task_t::ticks

Definition at line 40 of file task.h.


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