Home
last modified time | relevance | path

Searched refs:mtime_lo (Results 1 – 4 of 4) sorted by relevance

/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/
A Dinit.c11 static unsigned long mtime_lo(void) in mtime_lo() function
27 uint32_t lo = mtime_lo(); in get_timer_value()
37 return mtime_lo(); in get_timer_value()
121 uint32_t now = mtime_lo(); in use_pll()
122 while (mtime_lo() - now < 4) ; in use_pll()
147 unsigned long tmp = mtime_lo(); in measure_cpu_freq()
149 start_mtime = mtime_lo(); in measure_cpu_freq()
155 delta_mtime = mtime_lo() - start_mtime; in measure_cpu_freq()
/bsp/sparkfun-redv/freedom-e-sdk/bsp/env/freedom-e300-hifive1/
A Dinit.c12 static unsigned long mtime_lo(void) in mtime_lo() function
28 uint32_t lo = mtime_lo(); in get_timer_value()
38 return mtime_lo(); in get_timer_value()
122 uint32_t now = mtime_lo(); in use_pll()
123 while (mtime_lo() - now < 4) ; in use_pll()
148 unsigned long tmp = mtime_lo(); in measure_cpu_freq()
150 start_mtime = mtime_lo(); in measure_cpu_freq()
156 delta_mtime = mtime_lo() - start_mtime; in measure_cpu_freq()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/RISCV/drivers/
A Dn200_func.c42 uint32_t mtime_lo(void) in mtime_lo() function
57 uint32_t lo = mtime_lo(); in get_timer_value()
108 uint32_t tmp = mtime_lo(); in measure_cpu_freq()
110 start_mtime = mtime_lo(); in measure_cpu_freq()
120 delta_mtime = mtime_lo() - start_mtime; in measure_cpu_freq()
A Dn200_func.h23 uint32_t mtime_lo(void);

Completed in 15 milliseconds