SuperTinyKernel™ RTOS 1.06.0
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 316 of file cmsis_os2.h.

Member Data Documentation

◆ attr_bits

uint32_t osEventFlagsAttr_t::attr_bits

attribute bits

Definition at line 318 of file cmsis_os2.h.

◆ cb_mem

void* osEventFlagsAttr_t::cb_mem

memory for control block

Definition at line 319 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 320 of file cmsis_os2.h.

Referenced by osEventFlagsNew().

◆ name

const char* osEventFlagsAttr_t::name

name of the event flags

Definition at line 317 of file cmsis_os2.h.

Referenced by osEventFlagsNew().


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