Searched refs:timer_handler (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/timer/ |
A D | timer_test.c | 26 void timer_handler(void *arg); 39 timer_dev.config.cb = &timer_handler; in hal_timer_test() 88 void timer_handler(void *arg) in timer_handler() function 122 timer_conf.cb = &timer_handler; in timer_handler()
|
/AliOS-Things-master/components/drivers/peripheral/timer/ |
A D | README.md | 76 // 如需设定周期为500ms的周期性定时器,并在硬件定时器到期后呼叫timer_handler(argument_pointer),代码如下: 79 alarm.cb = timer_handler; // 定时器到期处理函数指针
|
/AliOS-Things-master/hardware/chip/rtl872xd/test/ |
A D | aos_test.c | 776 static void timer_handler(void *arg1, void* arg2) in timer_handler() function 792 ret = aos_timer_new(&g_timer, timer_handler, NULL, 200, 1); in CASE() 810 ret = aos_timer_new(&g_timer, timer_handler, NULL, 200, 1); in CASE()
|
Completed in 14 milliseconds