SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
FrtosMessageBuffer::MsgEnvelope Struct Reference

Public Attributes

size_t len
 payload length in bytes
void * blk
 pointer to block pool block holding the payload

Detailed Description

Definition at line 963 of file freertos_stk.cpp.

Member Data Documentation

◆ blk

void* FrtosMessageBuffer::MsgEnvelope::blk

pointer to block pool block holding the payload

Definition at line 966 of file freertos_stk.cpp.

Referenced by xMessageBufferReceive(), xMessageBufferReceiveFromISR(), xMessageBufferReset(), and xMessageBufferResetFromISR().

◆ len

size_t FrtosMessageBuffer::MsgEnvelope::len

payload length in bytes

Definition at line 965 of file freertos_stk.cpp.

Referenced by xMessageBufferNextLengthBytes(), xMessageBufferReceive(), and xMessageBufferReceiveFromISR().


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