Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
k_event Struct Reference

Event Structure. More...

#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: