Home
last modified time | relevance | path

Searched defs:CYC_PER_TICK (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/drivers/timer/
Darm_arch_timer.c17 #define CYC_PER_TICK cyc_per_tick macro
19 #define CYC_PER_TICK (uint32_t)(sys_clock_hw_cycles_per_sec() \ macro
Dmips_cp0_timer.c20 #define CYC_PER_TICK ((uint32_t)((uint64_t)sys_clock_hw_cycles_per_sec() \ macro
Dxtensa_sys_timer.c15 #define CYC_PER_TICK (sys_clock_hw_cycles_per_sec() \ macro
Dmcux_gpt_timer.c24 #define CYC_PER_TICK (sys_clock_hw_cycles_per_sec() \ macro
Desp32_sys_timer.c22 #define CYC_PER_TICK ((uint32_t)((uint64_t)sys_clock_hw_cycles_per_sec() \ macro
Dambiq_stimer.c27 #define CYC_PER_TICK (sys_clock_hw_cycles_per_sec() / CONFIG_SYS_CLOCK_TICKS_PER_SEC) macro
Dmcux_os_timer.c23 #define CYC_PER_TICK ((uint32_t)((uint64_t)sys_clock_hw_cycles_per_sec() \ macro
Dsmartbond_timer.c18 #define CYC_PER_TICK k_ticks_to_cyc_ceil32(1) macro
Dti_dmtimer.c26 #define CYC_PER_TICK ((uint32_t)(sys_clock_hw_cycles_per_sec() \ macro
Darcv2_timer0.c48 #define CYC_PER_TICK (sys_clock_hw_cycles_per_sec() \ macro
Dintel_adsp_timer.c36 #define CYC_PER_TICK (CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC \ macro
Dcortex_m_systick.c18 #define CYC_PER_TICK (sys_clock_hw_cycles_per_sec() \ macro
Driscv_machine_timer.c76 #define CYC_PER_TICK (uint32_t)(sys_clock_hw_cycles_per_sec() \ macro
Dapic_tsc.c50 #define CYC_PER_TICK (uint32_t)(CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC \ macro
Dnrf_grtc_timer.c43 #define CYC_PER_TICK \ macro
Dnrf_rtc_timer.c40 #define CYC_PER_TICK (sys_clock_hw_cycles_per_sec() \ macro
/Zephyr-latest/tests/drivers/timer/nrf_grtc_timer/src/
Dmain.c12 #define CYC_PER_TICK \ macro
/Zephyr-latest/boards/qemu/cortex_m0/
Dnrf_timer_timer.c22 #define CYC_PER_TICK (sys_clock_hw_cycles_per_sec() \ macro