Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/include/
Dnsi_cpu0_interrupts.h11 #define COUNTER_EVENT_IRQ 2 macro
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dboard_soc.h28 #define COUNTER_EVENT_IRQ 2 macro
Dhw_counter.c44 hw_irq_ctrl_set_irq(COUNTER_EVENT_IRQ); in hw_counter_triggered()
/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_native_posix.c45 IRQ_CONNECT(COUNTER_EVENT_IRQ, COUNTER_NATIVE_POSIX_IRQ_PRIORITY, in ctr_init()
117 irq_enable(COUNTER_EVENT_IRQ); in ctr_set_alarm()
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/
Dhw_counter.c46 hw_irq_ctrl_set_irq(COUNTER_EVENT_IRQ); in hw_counter_triggered()