idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::event_group< E >::isr_set_result Struct Reference

Result of setting event bits from ISR context. More...

Public Attributes

bool success
 true if the set was posted to the timer daemon task successfully.
 
bool yield
 true if a context switch should be requested.
 

Detailed Description

template<flag_enum E>
struct idfxx::event_group< E >::isr_set_result

Result of setting event bits from ISR context.

Definition at line 452 of file event_group.hpp.

Member Data Documentation

◆ success

template<flag_enum E>
bool idfxx::event_group< E >::isr_set_result::success

true if the set was posted to the timer daemon task successfully.

Definition at line 453 of file event_group.hpp.

◆ yield

template<flag_enum E>
bool idfxx::event_group< E >::isr_set_result::yield

true if a context switch should be requested.

Definition at line 454 of file event_group.hpp.


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