Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cmsis_rtos_event_cb Struct Reference

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

#include <cmsis_types.h>

Data Fields

struct k_poll_signal poll_signal
 
struct k_poll_event poll_event
 
uint32_t signal_results
 
bool is_cb_dynamic_allocation
 
char name [16]
 

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

char cmsis_rtos_event_cb::name[16]

◆ poll_event

struct k_poll_event cmsis_rtos_event_cb::poll_event

◆ poll_signal

struct k_poll_signal cmsis_rtos_event_cb::poll_signal

◆ signal_results

uint32_t cmsis_rtos_event_cb::signal_results

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