Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cmsis_rtos_event_cb Struct Reference

Control block for a CMSIS-RTOSv2 event flag. More...

#include <cmsis_types.h>

Data Fields

bool is_cb_dynamic_allocation
 
const char * name
 

Detailed Description

Control block for a CMSIS-RTOSv2 event flag.

Application can use manual user-defined allocation for RTOS objects by supplying a pointer to event flag control block. Control block is initiazed within osEventFlagsNew().

Field Documentation

◆ is_cb_dynamic_allocation

bool cmsis_rtos_event_cb::is_cb_dynamic_allocation

◆ name

const char* cmsis_rtos_event_cb::name

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