idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::gpio::isr_handle Class Reference

Handle to a registered ISR handler. More...

#include <idfxx_gpio/include/idfxx/gpio.hpp>

Friends

class gpio
 
class unique_isr_handle
 

Detailed Description

Handle to a registered ISR handler.

Returned by isr_handler_add() and used to remove the handler later.

Note
Unlike most idfxx types, this handle does not provide RAII semantics. It can be copied and will not disable the ISR when it goes out of scope. Use isr_handler_remove() to explicitly remove the handler, or convert to unique_isr_handle for RAII semantics.

Definition at line 122 of file gpio.hpp.

Friends And Related Symbol Documentation

◆ gpio

friend class gpio
friend

Definition at line 123 of file gpio.hpp.

◆ unique_isr_handle

friend class unique_isr_handle
friend

Definition at line 124 of file gpio.hpp.


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