Home
last modified time | relevance | path

Searched refs:ext_irq_cb_t (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhal_ext_irq.h62 typedef void (*ext_irq_cb_t)(void); typedef
92 int32_t ext_irq_register(const uint32_t pin, ext_irq_cb_t cb);
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_ext_irq.c57 ext_irq_cb_t cb;
100 int32_t ext_irq_register(const uint32_t pin, ext_irq_cb_t cb) in ext_irq_register()
/loramac-node-latest/src/boards/SAMR34/
Dsx1276-board.c127 static ext_irq_cb_t ExtIrqHandlers[] = {