Home
last modified time | relevance | path

Searched refs:AOS_TIMER_AUTORUN (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/osal_aos/example/
A Dtimer_example.c56 …tatus = aos_timer_create(&timer1, timer1_func, NULL, 1000, (AOS_TIMER_REPEAT | AOS_TIMER_AUTORUN)); in aos_timer_example_task()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_sw_timer.c93 … { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, { .u_int = AOS_TIMER_REPEAT | AOS_TIMER_AUTORUN } }, in machine_soft_timer_init_helper()
115 (self->reload_mode | AOS_TIMER_AUTORUN)); in machine_soft_timer_init_helper()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_sw_timer.c119 … {MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = AOS_TIMER_REPEAT | AOS_TIMER_AUTORUN}}, in machine_soft_timer_init_helper()
145 (self->reload_mode | AOS_TIMER_AUTORUN)); in machine_soft_timer_init_helper()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_sw_timer.c119 … {MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = AOS_TIMER_REPEAT | AOS_TIMER_AUTORUN}}, in machine_soft_timer_init_helper()
145 (self->reload_mode | AOS_TIMER_AUTORUN)); in machine_soft_timer_init_helper()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_timer.c81 …), "AOS", (timer_cb_t)fn, MS2TICK(ms), MS2TICK(round), arg, (options & AOS_TIMER_AUTORUN) ? 1 : 0); in aos_timer_create()
/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h76 #define AOS_TIMER_AUTORUN 0x01u /**< 表示定时器创建后即启动,当调用aos_timer_create()创建定时器时,用来指定option参数*/ macro

Completed in 7 milliseconds