Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
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: