Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/adc/
Dadc_stm32.c1620 #define FIRST_WITH_IRQN(index) \ macro
1670 COND_CODE_1(IS_EQ(index, FIRST_WITH_IRQN(index)), (GENERATE_ISR_CODE(index)), (EMPTY))
1676 .irq_cfg_func = COND_CODE_1(IS_EQ(index, FIRST_WITH_IRQN(index)), \