![]() |
SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Public Attributes | |
| size_t | len |
| payload length in bytes | |
| void * | blk |
| pointer to block pool block holding the payload | |
Definition at line 963 of file freertos_stk.cpp.
| 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().
| size_t FrtosMessageBuffer::MsgEnvelope::len |
payload length in bytes
Definition at line 965 of file freertos_stk.cpp.
Referenced by xMessageBufferNextLengthBytes(), xMessageBufferReceive(), and xMessageBufferReceiveFromISR().