|
Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Struct with all the state we need for a coroutine. More...
#include <cs_DoubleStackCoroutine.h>

Public Attributes | |
| coroutine_t | coroutine |
| coroutine_function_t | coroutineFunction |
| uint8_t | coroutineArgumentBuffer [DOUBLE_STACK_COROUTINE_ARGUMENTS_BUFFER_SIZE] |
| void * | oldStackPointer |
Struct with all the state we need for a coroutine.
| coroutine_t stack_params_t::coroutine |
| uint8_t stack_params_t::coroutineArgumentBuffer[DOUBLE_STACK_COROUTINE_ARGUMENTS_BUFFER_SIZE] |
| coroutine_function_t stack_params_t::coroutineFunction |
| void* stack_params_t::oldStackPointer |