idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::queue< T >::isr_send_result Struct Reference

Result of an ISR send operation. More...

Public Attributes

bool success
 true if the item was sent successfully.
 
bool yield
 true if a context switch should be requested.
 

Detailed Description

template<typename T>
struct idfxx::queue< T >::isr_send_result

Result of an ISR send operation.

Definition at line 578 of file queue.hpp.

Member Data Documentation

◆ success

template<typename T >
bool idfxx::queue< T >::isr_send_result::success

true if the item was sent successfully.

Definition at line 579 of file queue.hpp.

◆ yield

template<typename T >
bool idfxx::queue< T >::isr_send_result::yield

true if a context switch should be requested.

Definition at line 580 of file queue.hpp.


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