Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
stack_params_t Struct Reference

Struct with all the state we need for a coroutine. More...

#include <cs_DoubleStackCoroutine.h>

Collaboration diagram for stack_params_t:

Public Attributes

coroutine_t coroutine
 
coroutine_function_t coroutineFunction
 
uint8_t coroutineArgumentBuffer [DOUBLE_STACK_COROUTINE_ARGUMENTS_BUFFER_SIZE]
 
void * oldStackPointer
 

Detailed Description

Struct with all the state we need for a coroutine.

Member Data Documentation

◆ coroutine

coroutine_t stack_params_t::coroutine

◆ coroutineArgumentBuffer

uint8_t stack_params_t::coroutineArgumentBuffer[DOUBLE_STACK_COROUTINE_ARGUMENTS_BUFFER_SIZE]

◆ coroutineFunction

coroutine_function_t stack_params_t::coroutineFunction

◆ oldStackPointer

void* stack_params_t::oldStackPointer

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