/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_timer.c | 20 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 D | aos_time.c | 52 uint64_t ms = aos_now_ms(); in aos_now_time_str() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_timer.h | 31 #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 D | module_systimer.c | 60 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 D | module_systimer.c | 70 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 D | sys.c | 55 sys_msleep(u32_t ms) in sys_msleep()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | wait_api.c | 27 void wait_ms(int ms) in wait_ms()
|
A D | pwmout_api.c | 269 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 D | sys.c | 8 void sys_delayms(volatile int ms) in sys_delayms()
|
A D | wdg.c | 22 void wdg_init(unsigned int ms) in wdg_init()
|
/AliOS-Things-master/components/osal_aos/rhino/include/ |
A D | rhino_p.h | 23 #define MS2TICK(ms) krhino_ms_to_ticks(ms) argument
|
/AliOS-Things-master/components/py_engine/tests/pyb/ |
A D | rtc.py | 59 def set_and_print_wakeup(ms): argument
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | key.c | 24 long long ms; in key_rising_edge_handle() local
|
/AliOS-Things-master/components/drivers/peripheral/uart/example/ |
A D | uart_example.c | 88 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 D | lib.c | 48 void mdelay(uint32_t ms) in mdelay()
|
/AliOS-Things-master/components/SDL2/src/timer/dummy/ |
A D | SDL_systimer.c | 68 SDL_Delay(Uint32 ms) in SDL_Delay()
|
/AliOS-Things-master/components/SDL2/src/timer/haiku/ |
A D | SDL_systimer.c | 73 SDL_Delay(Uint32 ms) in SDL_Delay()
|
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/ |
A D | wdg_core.c | 31 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 D | k_time.c | 37 tick_t krhino_ms_to_ticks(sys_time_t ms) in krhino_ms_to_ticks()
|
/AliOS-Things-master/components/SDL2/src/timer/psp/ |
A D | SDL_systimer.c | 80 void SDL_Delay(Uint32 ms) in SDL_Delay()
|
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/ |
A D | dht11.js | 11 function msleep(ms) argument
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_utility.c | 45 long long ms = aos_now_ms(); in ulog_format_time() local
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | mphalport.c | 108 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 D | mphalport.c | 108 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 D | SDL_syscond.cpp | 118 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout()
|