/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_timer.h | 35 #define __TICKS_TO_MS(tick) hal_sys_timer_ticks_to_ms(tick) argument 37 #define __TICKS_TO_US(tick) hal_sys_timer_ticks_to_us(tick) argument 70 #define TICKS_TO_MS(tick) __TICKS_TO_MS(tick) argument 72 #define TICKS_TO_US(tick) __TICKS_TO_US(tick) argument 78 #define HWTICKS_TO_MS(tick) __TICKS_TO_MS(tick) argument 80 #define HWTICKS_TO_US(tick) __TICKS_TO_US(tick) argument 139 #define FAST_TICKS_TO_MS(tick) ((uint32_t)(tick) / (CONFIG_FAST_SYSTICK_HZ / 1000)) argument 141 #define FAST_TICKS_TO_US(tick) ((uint32_t)(tick) * 10 / (CONFIG_FAST_SYSTICK_HZ / 1000 / 100)) argument 143 #define FAST_TICKS_TO_NS(tick) ((uint32_t)(tick) * 10 * 1000 / (CONFIG_FAST_SYSTICK_HZ / 1000 … argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | soc_impl.c | 44 uint32_t tick; in soc_hr_hw_cnt_get() local 54 uint32_t tick; in soc_lr_hw_cnt_get() local
|
/AliOS-Things-master/hardware/board/haas100/config/ |
A D | k_config.c | 64 tick_t tick = krhino_next_sleep_ticks_get(); in krhino_idle_hook() local
|
/AliOS-Things-master/components/linkkit/iot_coap/server/ |
A D | CoAPMessage.c | 72 uint64_t tick; in CoAPMessageList_add() local 605 uint64_t tick = HAL_UptimeMs(); in Check_timeout() local 650 uint64_t tick = HAL_UptimeMs(); in Retansmit() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | timing.c | 157 unsigned long tick; in mbedtls_timing_hardclock() local 172 unsigned long tick; in mbedtls_timing_hardclock() local
|
/AliOS-Things-master/hardware/board/haaseduk1/config/ |
A D | k_config.c | 59 tick_t tick = krhino_next_sleep_ticks_get(); in krhino_idle_hook() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/timer/ |
A D | timer.c | 78 uint32_t tick; in csi_timer_get_remaining_value() local
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | auto_app.c | 30 #define FAST_TICKS_TO_US(tick) ((uint32_t)(tick) * 10 / (CONFIG_FAST_SYSTICK_HZ / 1000 / 100)) argument
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | flower_app.c | 28 #define FAST_TICKS_TO_US(tick) ((uint32_t)(tick) * 10 / (CONFIG_FAST_SYSTICK_HZ / 1000 / 100)) argument
|
/AliOS-Things-master/components/minilibc/include/ |
A D | time.h | 33 #define TICK2MSEC(tick) ((tick)* (1000 / CLOCKS_PER_SEC)) argument
|
/AliOS-Things-master/components/SDL2/src/timer/ |
A D | SDL_timer.c | 108 Uint32 tick, now, interval, delay; in SDL_TimerThread() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/onewire/ |
A D | module_onewire.c | 34 #define FAST_TICKS_TO_US(tick) ((uint32_t)(tick) * 10 / (CONFIG_FAST_SYSTICK_HZ / 1000 / 100)) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/ |
A D | tftp_client.c | 28 uint16_t tick; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/onewire/ |
A D | module_onewire.c | 38 #define FAST_TICKS_TO_US(tick) ((uint32_t)(tick) * 10 / (CONFIG_FAST_SYSTICK_HZ / 1000 / 100)) argument
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_client.c | 617 int tick = HAL_UptimeMs(); in on_client_auth_timer() local
|
A D | alcs_server.c | 780 int tick; in on_svr_auth_timer() local
|