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

#include <kernel.h>

Data Fields

_wait_q_t wait_q
 
uint32_t events
 
struct k_spinlock lock
 

Detailed Description

Event Structure

Field Documentation

◆ events

uint32_t k_event::events

◆ lock

struct k_spinlock k_event::lock

◆ wait_q

_wait_q_t k_event::wait_q

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