Searched refs:ISR_FUNC (Results 1 – 1 of 1) sorted by relevance
1804 #define ISR_FUNC(index) UTIL_CAT(adc_stm32_isr_, DT_INST_IRQN(index)) macro1815 static void ISR_FUNC(index)(void) \1820 static void UTIL_CAT(ISR_FUNC(index), _init)(void) \1822 IRQ_CONNECT(DT_INST_IRQN(index), DT_INST_IRQ(index, priority), ISR_FUNC(index), \1841 (UTIL_CAT(ISR_FUNC(index), _init)), (NULL)),