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

Attributes structure for event flags. More...

#include <cmsis_os2.h>

Public Attributes

const char * name
 name of the event flags
uint32_t attr_bits
 attribute bits
void * cb_mem
 memory for control block
uint32_t cb_size
 size of provided memory for control block

Detailed Description

Attributes structure for event flags.

Definition at line 361 of file cmsis_os2.h.

Member Data Documentation

◆ attr_bits

uint32_t osEventFlagsAttr_t::attr_bits

attribute bits

Definition at line 363 of file cmsis_os2.h.

◆ cb_mem

void* osEventFlagsAttr_t::cb_mem

memory for control block

Definition at line 364 of file cmsis_os2.h.

Referenced by osEventFlagsNew().

◆ cb_size

uint32_t osEventFlagsAttr_t::cb_size

size of provided memory for control block

Definition at line 365 of file cmsis_os2.h.

Referenced by osEventFlagsNew().

◆ name

const char* osEventFlagsAttr_t::name

name of the event flags

Definition at line 362 of file cmsis_os2.h.

Referenced by osEventFlagsNew().


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