Home
last modified time | relevance | path

Searched refs:aos_timer_stop (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_lpm.c46 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler()
61 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler()
67 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler()
80 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler()
86 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler()
197 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_wakeup_timer_init()
211 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in genie_lpm_disable()
232 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in genie_lpm_enable()
236 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in genie_lpm_enable()
301 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in genie_lpm_start()
A Dgenie_cli.c268 aos_timer_stop(&mesg_send_timer); in mesg_send_timer_cb()
297 aos_timer_stop(&mesg_send_timer); in send_mesg_cb()
405 aos_timer_stop(&mesg_send_timer); in _send_msg()
428 aos_timer_stop(&mesg_send_timer); in _send_msg()
A Dgenie_mesh.c127 aos_timer_stop(&do_mesh_ready_timer); in genie_mesh_ready_checktimer_restart()
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.c701 aos_timer_stop(&xTimer->timer); in _aos_timerDelete()
715 if(!aos_timer_stop(&xTimer->timer)) in _aos_timerStop()
766 return !aos_timer_stop(&xTimer->timer); in _aos_timerStopFromISR()
772 (u32)aos_timer_stop(&xTimer->timer); in _aos_timerResetFromISR()
783 (u32)aos_timer_stop(&xTimer->timer); in _aos_timerChangePeriodFromISR()
791 (u32)aos_timer_stop(&xTimer->timer); in _aos_timerReset()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/systimer/
A Dmodule_systimer.c88 aos_timer_stop((aos_timer_t *)timerid); in cancel_timer()
192 aos_timer_stop((aos_timer_t *)timer_node->timer_id); in module_systimer_source_clean()
/AliOS-Things-master/components/osal_aos/example/
A Dtimer_example.c65 aos_timer_stop(&timer1); in aos_timer_example_task()
/AliOS-Things-master/components/posix/src/
A Dtimer.c187 aos_timer_stop(&(timer_list->aos_timer)); in timer_delete()
265 aos_timer_stop(&(timer_list->aos_timer)); in timer_settime()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_sw_timer.c72 aos_timer_stop(tim); in machine_soft_timer_disable()
165 aos_timer_stop(self->timerId); in machine_soft_timer_stop()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_sw_timer.c95 aos_timer_stop(&tim); in machine_soft_timer_disable()
190 aos_timer_stop(&self->timerId); in machine_soft_timer_stop()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_sw_timer.c95 aos_timer_stop(&tim); in machine_soft_timer_disable()
190 aos_timer_stop(&self->timerId); in machine_soft_timer_stop()
/AliOS-Things-master/components/genie_service/sal/src/
A Dgenie_sal_uart.c132 aos_timer_stop(&uart_frame_end_timer); in genie_sal_uart_read()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_timer.c106 aos_status_t aos_timer_stop(aos_timer_t *timer) in aos_timer_stop() function
/AliOS-Things-master/hardware/chip/rtl872xd/test/
A Daos_test.c798 aos_timer_stop(&g_timer); in CASE()
814 aos_timer_stop(&g_timer); in CASE()
825 aos_timer_stop(&g_timer); in CASE()
/AliOS-Things-master/components/ble_host/ble_profiles/
A Dota_server.c138 aos_timer_stop(&ota_ctrl.timer); in ota_reset()
203 aos_timer_stop(&ota_ctrl.timer); in ota_recv_data()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/systimer/
A Dmodule_systimer.c103 aos_timer_stop((aos_timer_t *)timerid); in cancel_timer()
/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h704 aos_status_t aos_timer_stop(aos_timer_t *timer);
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_alios.h421 return aos_timer_stop(timer); in os_timer_stop()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c382 int aos_timer_stop(aos_timer_t *timer) in aos_timer_stop() function
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.c1749 ret = aos_timer_stop(timerid); in OsStartTimer()
1780 return aos_timer_stop(timerid); in OsStopTimer()
/AliOS-Things-master/components/osal_aos/
A DREADME.md294 | aos_timer_stop() | 定时器停止函数 |
349 1. tn时刻,测试任务休眠到期,调用aos_timer_stop()停止定时器。然后调用aos_timer_change()接口修改周期间隔为2秒。
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c83 aos_timer_stop(&timer_monitor_output_queue); in stop_monitor_delay_out()

Completed in 28 milliseconds