Home
last modified time | relevance | path

Searched refs:_irq_descriptor (Results 1 – 9 of 9) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hal/include/
Dhpl_irq.h65 struct _irq_descriptor { struct
119 void _irq_register(const uint8_t number, struct _irq_descriptor *const irq);
Dhpl_spi_dma.h89 struct _irq_descriptor irq;
Dhpl_spi_async.h128 struct _irq_descriptor irq;
Dhpl_timer.h82 struct _irq_descriptor irq;
Dhpl_i2c_s_async.h84 struct _irq_descriptor irq;
Dhpl_i2c_m_async.h84 struct _irq_descriptor irq;
Dhpl_calendar.h101 struct _irq_descriptor irq;
Dhpl_usart_async.h90 struct _irq_descriptor irq;
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hpl/core/
Dhpl_core_m0plus_base.c76 struct _irq_descriptor *_irq_table[PERIPH_COUNT_IRQn];
138 void _irq_register(const uint8_t n, struct _irq_descriptor *const irq) in _irq_register()