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

#include <stack.h>

Collaboration diagram for _zrtos_stack_t:
[legend]

Data Fields

void * data
 
size_t offset
 
size_t length
 

Detailed Description

Definition at line 19 of file stack.h.

Field Documentation

◆ data

void* _zrtos_stack_t::data

Definition at line 20 of file stack.h.

◆ length

size_t _zrtos_stack_t::length

Definition at line 22 of file stack.h.

◆ offset

size_t _zrtos_stack_t::offset

Definition at line 21 of file stack.h.


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