Searched refs:AOS_TIMER_AUTORUN (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/osal_aos/example/ |
A D | timer_example.c | 56 …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 D | machine_sw_timer.c | 93 … { 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 D | machine_sw_timer.c | 119 … {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 D | machine_sw_timer.c | 119 … {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 D | aos_timer.c | 81 …), "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 D | kernel.h | 76 #define AOS_TIMER_AUTORUN 0x01u /**< 表示定时器创建后即启动,当调用aos_timer_create()创建定时器时,用来指定option参数*/ macro
|
Completed in 7 milliseconds