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

#include <kernel.h>

Data Fields

sys_dlist_t poll_events
 PRIVATE - DO NOT TOUCH.
 
unsigned int signaled
 1 if the event has been signaled, 0 otherwise.
 
int result
 custom result value passed to k_poll_signal_raise() if needed
 

Field Documentation

◆ poll_events

sys_dlist_t k_poll_signal::poll_events

PRIVATE - DO NOT TOUCH.

◆ result

int k_poll_signal::result

custom result value passed to k_poll_signal_raise() if needed

◆ signaled

unsigned int k_poll_signal::signaled

1 if the event has been signaled, 0 otherwise.

Stays set to 1 until user resets it to 0.


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