Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Daltera_avalon_timer_hal.c29 const int32_t z_sys_timer_irq_for_test = TIMER_0_IRQ; variable
Dapic_timer.c40 const int32_t z_sys_timer_irq_for_test = CONFIG_APIC_TIMER_IRQ; variable
Dlitex_timer.c35 const int32_t z_sys_timer_irq_for_test = TIMER_IRQ; variable
Drv32m1_lptmr_timer.c29 const int32_t z_sys_timer_irq_for_test = DT_IRQN(DT_ALIAS(system_lptmr));
Drcar_cmt_timer.c27 const int32_t z_sys_timer_irq_for_test = DT_IRQN(DT_INST(0, renesas_rcar_cmt)); variable
Dxtensa_sys_timer.c25 const int32_t z_sys_timer_irq_for_test = UTIL_CAT(XCHAL_TIMER,
Dgecko_burtc_timer.c51 const int32_t z_sys_timer_irq_for_test = TIMER_IRQ; variable
Dxlnx_psttc_timer.c29 const int32_t z_sys_timer_irq_for_test = DT_IRQN(DT_INST(0, xlnx_ttcps)); variable
Darm_arch_timer.c71 const int32_t z_sys_timer_irq_for_test = ARM_ARCH_TIMER_IRQ; variable
Desp32_sys_timer.c29 const int32_t z_sys_timer_irq_for_test = DT_IRQN(DT_NODELABEL(systimer0));
Dambiq_stimer.c44 const int32_t z_sys_timer_irq_for_test = COMPAREA_IRQ; variable
Dintel_adsp_timer.c60 const int32_t z_sys_timer_irq_for_test = TIMER_IRQ; /* See tests/kernel/context */ variable
Driscv_machine_timer.c114 const int32_t z_sys_timer_irq_for_test = TIMER_IRQN; variable
Darcv2_timer0.c59 const int32_t z_sys_timer_irq_for_test = IRQ_TIMER0; variable
Dhpet.c85 const int32_t z_sys_timer_irq_for_test = DT_IRQN(DT_INST(0, intel_hpet)); variable
Dite_it8xxx2_timer.c44 const int32_t z_sys_timer_irq_for_test = DT_IRQ_BY_IDX(DT_NODELABEL(timer), 5, irq);
Dnrf_grtc_timer.c55 const int32_t z_sys_timer_irq_for_test = DT_IRQN(GRTC_NODE);
/Zephyr-latest/tests/kernel/context/src/
Dmain.c70 extern const int32_t z_sys_timer_irq_for_test;
71 #define TICK_IRQ (z_sys_timer_irq_for_test)