|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
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. | |
Result of setting event bits from ISR context.
Definition at line 452 of file event_group.hpp.
| 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.
| 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.