Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnsi_cpu0_interrupts.h11 #define COUNTER_EVENT_IRQ 2 macro
/Zephyr-latest/scripts/native_simulator/native/src/
Dhw_counter.c48 hw_irq_ctrl_set_irq(COUNTER_EVENT_IRQ); in hw_counter_triggered()
/Zephyr-latest/drivers/counter/
Dcounter_native_sim.c92 IRQ_CONNECT(COUNTER_EVENT_IRQ, COUNTER_NATIVE_SIM_IRQ_PRIORITY, in ctr_init()
94 irq_enable(COUNTER_EVENT_IRQ); in ctr_init()