Home
last modified time | relevance | path

Searched defs:tick (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_timer.h35 #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 Dsoc_impl.c44 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 Dk_config.c64 tick_t tick = krhino_next_sleep_ticks_get(); in krhino_idle_hook() local
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPMessage.c72 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 Dtiming.c157 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 Dk_config.c59 tick_t tick = krhino_next_sleep_ticks_get(); in krhino_idle_hook() local
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/timer/
A Dtimer.c78 uint32_t tick; in csi_timer_get_remaining_value() local
/AliOS-Things-master/solutions/auto_demo/
A Dauto_app.c30 #define FAST_TICKS_TO_US(tick) ((uint32_t)(tick) * 10 / (CONFIG_FAST_SYSTICK_HZ / 1000 / 100)) argument
/AliOS-Things-master/solutions/flower_demo/
A Dflower_app.c28 #define FAST_TICKS_TO_US(tick) ((uint32_t)(tick) * 10 / (CONFIG_FAST_SYSTICK_HZ / 1000 / 100)) argument
/AliOS-Things-master/components/minilibc/include/
A Dtime.h33 #define TICK2MSEC(tick) ((tick)* (1000 / CLOCKS_PER_SEC)) argument
/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c108 Uint32 tick, now, interval, delay; in SDL_TimerThread() local
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/onewire/
A Dmodule_onewire.c34 #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 Dtftp_client.c28 uint16_t tick; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/onewire/
A Dmodule_onewire.c38 #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 Dalcs_client.c617 int tick = HAL_UptimeMs(); in on_client_auth_timer() local
A Dalcs_server.c780 int tick; in on_svr_auth_timer() local

Completed in 18 milliseconds