Home
last modified time | relevance | path

Searched refs:aos_timer_change (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_lpm.c62 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 Dtimer_example.c72 aos_timer_change(&timer1, 2000); in aos_timer_example_task()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_timer.c116 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 Dtimer.c267 ret = aos_timer_change(&(timer_list->aos_timer), value_ns / 1000000); in timer_settime()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_sw_timer.c149 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 Dmachine_sw_timer.c176 int32_t ret = aos_timer_change(&self->timerId, self->period); in machine_soft_timer_period()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_sw_timer.c176 int32_t ret = aos_timer_change(&self->timerId, self->period); in machine_soft_timer_period()
/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h717 aos_status_t aos_timer_change(aos_timer_t *timer, uint32_t ms);
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_alios.h411 return aos_timer_change(timer, internal_ms); in os_timer_change()
/AliOS-Things-master/components/ble_host/ble_profiles/
A Dota_server.c425 aos_timer_change(&ota_ctrl.timer, ota_ctrl.timeout * 1000); in ota_request()
/AliOS-Things-master/components/osal_aos/
A DREADME.md295 | aos_timer_change() | 定时器初始时长和周期间隔参数变更函数 |
349 1. tn时刻,测试任务休眠到期,调用aos_timer_stop()停止定时器。然后调用aos_timer_change()接口修改周期间隔为2秒。
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.c785 return !aos_timer_change(&xTimer->timer, xNewPeriod); in _aos_timerChangePeriodFromISR()
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c657 aos_timer_change(&timer_monitor_output_queue, timeout); in service_update_delay_send_param()
/AliOS-Things-master/hardware/chip/rtl872xd/test/
A Daos_test.c817 aos_timer_change(&g_timer, 1000); in CASE()
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.c1757 ret = aos_timer_change(timerid, msec); in OsStartTimer()

Completed in 24 milliseconds