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

#include <task_scheduler.h>

Collaboration diagram for _zrtos_task_scheduler_t:
[legend]

Data Fields

zrtos_clist_t root
 
zrtos_task_t sleep_task
 
zrtos_arch_stack_ttmp_stack_ptr
 
size_t do_not_disturb
 

Detailed Description

Definition at line 21 of file task_scheduler.h.

Field Documentation

◆ do_not_disturb

size_t _zrtos_task_scheduler_t::do_not_disturb

Definition at line 25 of file task_scheduler.h.

◆ root

zrtos_clist_t _zrtos_task_scheduler_t::root

Definition at line 22 of file task_scheduler.h.

◆ sleep_task

zrtos_task_t _zrtos_task_scheduler_t::sleep_task

Definition at line 23 of file task_scheduler.h.

◆ tmp_stack_ptr

zrtos_arch_stack_t* _zrtos_task_scheduler_t::tmp_stack_ptr

Definition at line 24 of file task_scheduler.h.


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