Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 25 of 75) sorted by relevance

123

/AliOS-Things-master/components/osal_aos/rhino/
A Daos_timer.c20 uint32_t ms, bool repeat) in aos_timer_new()
55 uint32_t ms, bool repeat, bool auto_run) in aos_timer_new_ext()
71 uint32_t ms, uint32_t options) in aos_timer_create()
116 aos_status_t aos_timer_change(aos_timer_t *timer, uint32_t ms) in aos_timer_change()
125 aos_status_t aos_timer_change_once(aos_timer_t *timer, uint32_t ms) in aos_timer_change_once()
A Daos_time.c52 uint64_t ms = aos_now_ms(); in aos_now_time_str() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_timer.h31 #define __MS_TO_TICKS(ms) hal_sys_timer_ms_to_ticks(ms) argument
66 #define MS_TO_TICKS(ms) __MS_TO_TICKS(ms) argument
74 #define MS_TO_HWTICKS(ms) __MS_TO_TICKS(ms) argument
133 #define MS_TO_FAST_TICKS(ms) ((uint32_t)(ms) * (CONFIG_FAST_SYSTICK_HZ / 1000)) argument
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/systimer/
A Dmodule_systimer.c60 static timer_wrap_t *setup_timer(int js_cb_ref, long ms, int repeat) in setup_timer()
125 long ms = (long)duk_get_number(ctx, 1); in native_setTimeout() local
149 long ms = (long)duk_get_number(ctx, 1); in native_setInterval() local
165 uint32_t ms = 0; in native_sleepMs() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/systimer/
A Dmodule_systimer.c70 static timer_wrap_t *setup_timer(JSValue js_cb_ref, long ms, int repeat) in setup_timer()
139 long ms; in native_setTimeout() local
167 long ms; in native_setInterval() local
196 uint32_t ms = 0; in native_sleepMs() local
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dsys.c55 sys_msleep(u32_t ms) in sys_msleep()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dwait_api.c27 void wait_ms(int ms) in wait_ms()
A Dpwmout_api.c269 void pwmout_period_ms(pwmout_t* obj, int ms) in pwmout_period_ms()
315 void pwmout_pulsewidth_ms(pwmout_t* obj, int ms) in pwmout_pulsewidth_ms()
/AliOS-Things-master/hardware/chip/haas1000/hal/2ndboot/
A Dsys.c8 void sys_delayms(volatile int ms) in sys_delayms()
A Dwdg.c22 void wdg_init(unsigned int ms) in wdg_init()
/AliOS-Things-master/components/osal_aos/rhino/include/
A Drhino_p.h23 #define MS2TICK(ms) krhino_ms_to_ticks(ms) argument
/AliOS-Things-master/components/py_engine/tests/pyb/
A Drtc.py59 def set_and_print_wakeup(ms): argument
/AliOS-Things-master/hardware/board/haas100/drivers/
A Dkey.c24 long long ms; in key_rising_edge_handle() local
/AliOS-Things-master/components/drivers/peripheral/uart/example/
A Duart_example.c88 int ms = 0; in uart_read_test() local
151 int ms = 0; in uart_echo_test() local
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dlib.c48 void mdelay(uint32_t ms) in mdelay()
/AliOS-Things-master/components/SDL2/src/timer/dummy/
A DSDL_systimer.c68 SDL_Delay(Uint32 ms) in SDL_Delay()
/AliOS-Things-master/components/SDL2/src/timer/haiku/
A DSDL_systimer.c73 SDL_Delay(Uint32 ms) in SDL_Delay()
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/
A Dwdg_core.c31 wdg_dev_handle_t aos_wdg_open (uint32_t id, uint32_t ms) { in aos_wdg_open()
278 aos_status_t aos_wdg_timeout_set (wdg_dev_handle_t dev_h, uint32_t ms) { in aos_wdg_timeout_set()
/AliOS-Things-master/kernel/rhino/
A Dk_time.c37 tick_t krhino_ms_to_ticks(sys_time_t ms) in krhino_ms_to_ticks()
/AliOS-Things-master/components/SDL2/src/timer/psp/
A DSDL_systimer.c80 void SDL_Delay(Uint32 ms) in SDL_Delay()
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Ddht11.js11 function msleep(ms) argument
/AliOS-Things-master/components/ulog/src/
A Dulog_utility.c45 long long ms = aos_now_ms(); in ulog_format_time() local
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmphalport.c108 mp_uint_t ms = (us < 1000) ? 1 : (us + 600) / 1000; in mp_hal_delay_us() local
112 void mp_hal_delay_ms(mp_uint_t ms) { in mp_hal_delay_ms()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmphalport.c108 mp_uint_t ms = (us < 1000) ? 1 : (us + 600) / 1000; in mp_hal_delay_us() local
112 void mp_hal_delay_ms(mp_uint_t ms) { in mp_hal_delay_ms()
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/
A DSDL_syscond.cpp118 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout()

Completed in 26 milliseconds

123