Home
last modified time | relevance | path

Searched refs:krhino_sys_time_get (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/osal_aos/rhino/
A Daos_time.c22 start_time_ms = now_ms - krhino_sys_time_get(); in aos_calendar_time_set()
27 return krhino_sys_time_get() + start_time_ms; in aos_calendar_time_get()
40 return krhino_sys_time_get() * 1000 * 1000; in aos_now()
45 return krhino_sys_time_get(); in aos_now_ms()
/AliOS-Things-master/components/libc_stub/compilers/armlibc/
A Darmcc_libc.c21 extern uint64_t krhino_sys_time_get(void);
24 uint64_t t = krhino_sys_time_get(); in gettimeofday()
A Darmcc_libc_uspace.c26 extern uint64_t krhino_sys_time_get(void);
33 t = krhino_sys_time_get(); in gettimeofday()
/AliOS-Things-master/kernel/rhino/include/
A Dk_time.h34 sys_time_t krhino_sys_time_get(void);
/AliOS-Things-master/kernel/rhino/
A Dk_time.c32 sys_time_t krhino_sys_time_get(void) in krhino_sys_time_get() function
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Daos_port.c265 return krhino_sys_time_get(); in k_uptime_get()
270 return (uint32_t)krhino_sys_time_get(); in k_uptime_get_32()
/AliOS-Things-master/components/debug/src/
A Ddebug_cli_cmd.c67 aos_cli_printf("UP time %ld ms\r\n", (long)krhino_sys_time_get()); in uptime_cmd()
/AliOS-Things-master/components/sensor/drv/
A Ddrv_mag_temp_memsic_mmc3680kj.c337 now_time = krhino_sys_time_get(); in mmc3680kj_need_set()
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c835 t1 = krhino_sys_time_get(); in lfs_vfs_open()
839 t2 = krhino_sys_time_get(); in lfs_vfs_open()

Completed in 25 milliseconds