#include <modm/platform/extint/int_handler.hpp>
|
using | Handler = modm::inplace_function< void (Gpio::InputTrigger_t), MODM_EXTINT_HANDLER_STORAGE, alignof (void *)> |
|
|
static void | enable (IRQn_Type type, IntPriority priority=IntPriority::Default) |
|
static void | disable (IRQn_Type type) |
|
template<class Pin > |
static void | connect (Gpio::InputTrigger_t triggers, Handler &&handler) |
|
template<class Pin > |
static void | disconnect () |
|
|
void MODM_ISR_NAME () | IO_IRQ_BANK0 () |
|
The documentation for this class was generated from the following files:
- int_handler.hpp
- int_handler.cpp