Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dite_it8xxx2_timer.c57 #define ONE_SHOT_TIMER_IRQ DT_IRQ_BY_IDX(DT_NODELABEL(twd0), 1, irq) macro
112 irq_disable(ONE_SHOT_TIMER_IRQ); in timer_5ms_one_shot_isr()
125 IRQ_CONNECT(ONE_SHOT_TIMER_IRQ, 0, timer_5ms_one_shot_isr, NULL, in timer_5ms_one_shot()
129 ite_intc_irq_polarity_set(ONE_SHOT_TIMER_IRQ, ONE_SHOT_TIMER_FLAG); in timer_5ms_one_shot()
132 ite_intc_isr_clear(ONE_SHOT_TIMER_IRQ); in timer_5ms_one_shot()
146 irq_enable(ONE_SHOT_TIMER_IRQ); in timer_5ms_one_shot()