Home
last modified time | relevance | path

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

/Zephyr-latest/tests/application_development/gen_inc_file/src/
Dmain.c121 const unsigned char mtime[4]) in do_test_gen_gz_inc_file()
130 if (mtime != NULL) { /* NULL arg = random "now" */ in do_test_gen_gz_inc_file()
131 zassert_equal(gz_inc_file[i], mtime[i-4], in do_test_gen_gz_inc_file()
/Zephyr-latest/drivers/timer/
Driscv_machine_timer.c149 static uint64_t mtime(void) in mtime() function
173 uint64_t now = mtime(); in timer_isr()
222 uint64_t now = mtime(); in sys_clock_elapsed()
233 return ((uint32_t)mtime()) << CONFIG_RISCV_MACHINE_TIMER_SYSTEM_CLOCK_DIVIDER; in sys_clock_cycle_get_32()
238 return mtime() << CONFIG_RISCV_MACHINE_TIMER_SYSTEM_CLOCK_DIVIDER; in sys_clock_cycle_get_64()
247 last_ticks = mtime() / CYC_PER_TICK; in sys_clock_driver_init()
/Zephyr-latest/tests/application_development/gen_inc_file/
DCMakeLists.txt19 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.mtime.gz.inc
20 --gzip --gzip-mtime=42)
/Zephyr-latest/scripts/build/
Dfile2hex.py63 mtime=args.gzip_mtime,
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst967 * Corrected CPU numbering on SMP RISC-V systems using the mtime device