Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Control block for a CMSIS-RTOSv2 event flag. More...
#include <zephyr/portability/cmsis_types.h>
Data Fields | |
bool | is_cb_dynamic_allocation |
const char * | name |
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().
bool cmsis_rtos_event_cb::is_cb_dynamic_allocation |
const char* cmsis_rtos_event_cb::name |