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

The IPC buffers can be used to bootstrap communication between microapp and bluenet. More...

#include <cs_MicroappController.h>

Public Attributes

uintptr_t entry
 
bluenet_io_buffers_t * ioBuffers
 

Detailed Description

The IPC buffers can be used to bootstrap communication between microapp and bluenet.

However, when in the microapp coroutine context it is convenient if we can immediately yield towards the other context. For this we reserve a bit of space on the stack (apart from stack pointer etc.).

Member Data Documentation

◆ entry

uintptr_t microapp_coroutine_args_t::entry

◆ ioBuffers

bluenet_io_buffers_t* microapp_coroutine_args_t::ioBuffers

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