|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Result of an ISR receive operation. More...
Public Attributes | |
| std::optional< T > | item |
| The received item, or std::nullopt if the queue was empty. | |
| bool | yield |
| true if a context switch should be requested. | |
Result of an ISR receive operation.
| std::optional<T> idfxx::queue< T >::isr_receive_result::item |
| bool idfxx::queue< T >::isr_receive_result::yield |