Home
last modified time | relevance | path

Searched refs:sys_clock_cycle_get_32 (Results 1 – 25 of 56) sorted by relevance

123

/Zephyr-latest/include/zephyr/arch/arc/v2/
Dmisc.h24 extern uint32_t sys_clock_cycle_get_32(void);
28 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()
/Zephyr-latest/include/zephyr/arch/arm64/
Dmisc.h23 extern uint32_t sys_clock_cycle_get_32(void);
27 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()
/Zephyr-latest/include/zephyr/arch/arm/
Dmisc.h22 extern uint32_t sys_clock_cycle_get_32(void);
26 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()
/Zephyr-latest/include/zephyr/arch/posix/
Darch.h42 extern uint32_t sys_clock_cycle_get_32(void);
46 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()
/Zephyr-latest/include/zephyr/arch/mips/
Darch.h97 extern uint32_t sys_clock_cycle_get_32(void);
101 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()
/Zephyr-latest/include/zephyr/arch/sparc/
Darch.h97 extern uint32_t sys_clock_cycle_get_32(void);
101 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()
/Zephyr-latest/include/zephyr/arch/nios2/
Darch.h150 extern uint32_t sys_clock_cycle_get_32(void);
154 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()
/Zephyr-latest/include/zephyr/drivers/timer/
Dsystem_timer.h142 uint32_t sys_clock_cycle_get_32(void);
/Zephyr-latest/include/zephyr/arch/riscv/
Darch.h280 extern uint32_t sys_clock_cycle_get_32(void);
284 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()
/Zephyr-latest/drivers/timer/
Daltera_avalon_timer_hal.c50 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Dwch_systick_ch32v00x.c41 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Dnative_sim_timer.c28 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Dapic_timer.c84 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Dlitex_timer.c48 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Drv32m1_lptmr_timer.c61 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Dcc23x0_systim_timer.c90 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Dleon_gptimer.c91 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Dmcux_lptmr_timer.c88 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Dmips_cp0_timer.c110 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
Drcar_cmt_timer.c81 uint32_t sys_clock_cycle_get_32(void) in sys_clock_cycle_get_32() function
/Zephyr-latest/tests/arch/x86/info/src/
Dtimer.c33 return sys_clock_cycle_get_32(); in sync()
/Zephyr-latest/include/zephyr/
Dspinlock.h149 l->lock_time = sys_clock_cycle_get_32(); in z_spinlock_validate_post()
308 uint32_t delta = sys_clock_cycle_get_32() - l->lock_time; in k_spin_unlock()
/Zephyr-latest/include/zephyr/arch/x86/
Darch.h250 uint32_t sys_clock_cycle_get_32(void);
255 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()
/Zephyr-latest/samples/subsys/zbus/benchmark/src/
Dbenchmark.c20 #define GET_ARCH_TIME_NS() (k_cyc_to_ns_near64(sys_clock_cycle_get_32()))
/Zephyr-latest/include/zephyr/arch/xtensa/
Darch.h131 return sys_clock_cycle_get_32(); in arch_k_cycle_get_32()

123