Searched refs:aos_timer_change (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_lpm.c | 62 aos_timer_change(&genie_lpm_ctx.wakeup_timer, genie_lpm_ctx.p_config.sleep_ms); in _genie_lpm_timer_irq_handler() 68 aos_timer_change(&genie_lpm_ctx.wakeup_timer, genie_lpm_ctx.p_config.wakeup_ms); in _genie_lpm_timer_irq_handler() 81 aos_timer_change(&genie_lpm_ctx.wakeup_timer, genie_lpm_ctx.p_config.wakeup_ms); in _genie_lpm_timer_irq_handler() 87 aos_timer_change(&genie_lpm_ctx.wakeup_timer, genie_lpm_ctx.p_config.sleep_ms); in _genie_lpm_timer_irq_handler() 237 aos_timer_change(&genie_lpm_ctx.wakeup_timer, genie_lpm_ctx.p_config.sleep_ms); in genie_lpm_enable()
|
/AliOS-Things-master/components/osal_aos/example/ |
A D | timer_example.c | 72 aos_timer_change(&timer1, 2000); in aos_timer_example_task()
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_timer.c | 116 aos_status_t aos_timer_change(aos_timer_t *timer, uint32_t ms) in aos_timer_change() function
|
/AliOS-Things-master/components/posix/src/ |
A D | timer.c | 267 ret = aos_timer_change(&(timer_list->aos_timer), value_ns / 1000000); in timer_settime()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_sw_timer.c | 149 mp_int_t ret = aos_timer_change(self->timerId, self->period); in machine_soft_timer_period()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_sw_timer.c | 176 int32_t ret = aos_timer_change(&self->timerId, self->period); in machine_soft_timer_period()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_sw_timer.c | 176 int32_t ret = aos_timer_change(&self->timerId, self->period); in machine_soft_timer_period()
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | kernel.h | 717 aos_status_t aos_timer_change(aos_timer_t *timer, uint32_t ms);
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_alios.h | 411 return aos_timer_change(timer, internal_ms); in os_timer_change()
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | ota_server.c | 425 aos_timer_change(&ota_ctrl.timer, ota_ctrl.timeout * 1000); in ota_request()
|
/AliOS-Things-master/components/osal_aos/ |
A D | README.md | 295 | aos_timer_change() | 定时器初始时长和周期间隔参数变更函数 | 349 1. tn时刻,测试任务休眠到期,调用aos_timer_stop()停止定时器。然后调用aos_timer_change()接口修改周期间隔为2秒。
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_osdep.c | 785 return !aos_timer_change(&xTimer->timer, xNewPeriod); in _aos_timerChangePeriodFromISR()
|
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_core.c | 657 aos_timer_change(&timer_monitor_output_queue, timeout); in service_update_delay_send_param()
|
/AliOS-Things-master/hardware/chip/rtl872xd/test/ |
A D | aos_test.c | 817 aos_timer_change(&g_timer, 1000); in CASE()
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h5.c | 1757 ret = aos_timer_change(timerid, msec); in OsStartTimer()
|
Completed in 24 milliseconds