modm API documentation
modm::platform::IntHandler Class Reference

#include <modm/platform/extint/int_handler.hpp>

Public Typedefs

using Handler = modm::inplace_function< void (Gpio::InputTrigger_t), MODM_EXTINT_HANDLER_STORAGE, alignof (void *)>
 

Static Public Member Functions

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 ()
 

Friends

void MODM_ISR_NAME () IO_IRQ_BANK0 ()
 

Detailed Description

Interrupt Handler


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