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
stk_periodic_trigger_mem_t Struct Reference

Opaque memory container for a stk_periodic_trigger_t instance. More...

#include <stk_c_time.h>

Public Attributes

stk_word_t data [(16U)]

Detailed Description

Opaque memory container for a stk_periodic_trigger_t instance.

Note
Declare as static or on the stack (not on the heap).

Definition at line 298 of file stk_c_time.h.

Member Data Documentation

◆ data

stk_word_t stk_periodic_trigger_mem_t::data[(16U)]

Definition at line 299 of file stk_c_time.h.

Referenced by stk_periodic_trigger_create().


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