Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/include/
Dirq_ctrl.h36 void hw_irq_ctrl_set_irq(unsigned int irq);
/Zephyr-latest/boards/native/native_posix/
Dirq_ctrl.h34 void hw_irq_ctrl_set_irq(unsigned int irq);
Dhw_counter.c46 hw_irq_ctrl_set_irq(COUNTER_EVENT_IRQ); in hw_counter_triggered()
Dtimer_model.c226 hw_irq_ctrl_set_irq(TIMER_TICK_IRQ); in hwtimer_tick_timer_reached()
234 hw_irq_ctrl_set_irq(PHONY_HARD_IRQ); in hwtimer_awake_timer_reached()
Dirq_ctrl.c209 void hw_irq_ctrl_set_irq(unsigned int irq) in hw_irq_ctrl_set_irq() function
/Zephyr-latest/scripts/native_simulator/native/src/
Dhw_counter.c48 hw_irq_ctrl_set_irq(COUNTER_EVENT_IRQ); in hw_counter_triggered()
Dtimer_model.c216 hw_irq_ctrl_set_irq(TIMER_TICK_IRQ); in hwtimer_tick_timer_reached()
224 hw_irq_ctrl_set_irq(PHONY_HARD_IRQ); in hwtimer_awake_timer_reached()
Dirq_ctrl.c218 void hw_irq_ctrl_set_irq(unsigned int irq) in hw_irq_ctrl_set_irq() function
/Zephyr-latest/samples/subsys/debug/fuzz/src/
Dmain.c123 hw_irq_ctrl_set_irq(CONFIG_ARCH_POSIX_FUZZ_IRQ); in LLVMFuzzerTestOneInput()
/Zephyr-latest/drivers/net/
Dnsos_adapt.c1167 hw_irq_ctrl_set_irq(NSOS_IRQ); in nsos_adapt_poll_triggered()