Searched refs:aos_timer_new (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_mesh.c | 143 …aos_timer_new(&do_mesh_ready_timer, do_mesh_ready_timer_cb, &mesh_init_state, GENIE_MESH_INIT_PHAR… in mesh_provision_complete() 151 …aos_timer_new(&do_mesh_ready_timer, do_mesh_ready_timer_cb, &mesh_init_state, GENIE_MESH_INIT_PHAR… in mesh_provision_complete() 161 … aos_timer_new(&do_mesh_ready_timer, do_mesh_ready_timer_cb, &mesh_init_state, random_time, 0); in mesh_provision_complete()
|
A D | genie_cli.c | 295 aos_timer_new(&mesg_send_timer, mesg_send_timer_cb, p_transport_payload_param, 10, 0); in send_mesg_cb() 403 … aos_timer_new(&mesg_send_timer, mesg_send_timer_cb, p_transport_payload_param, 1000, 1); in _send_msg() 426 … aos_timer_new(&mesg_send_timer, mesg_send_timer_cb, p_transport_payload_param, interval, 1); in _send_msg()
|
A D | genie_lpm.c | 196 …aos_timer_new(&genie_lpm_ctx.wakeup_timer, _genie_lpm_timer_irq_handler, NULL, genie_lpm_ctx.p_con… in _genie_lpm_wakeup_timer_init()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/adc/ |
A D | adc_test.c | 31 aos_timer_new(&gpio_test_timer, adc_test_task, NULL, 1000, 1); in hal_adc_test()
|
/AliOS-Things-master/hardware/board/haaseduk1/board_test/ |
A D | watchdog_test.c | 37 status = aos_timer_new(&timer1, timer1_func, NULL, 200, 1); in handle_watchdog_test_cmd()
|
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_uart.c | 61 return aos_timer_new(&uart_frame_end_timer, uart_frame_end_timer_cb, NULL, FRAME_TIEMOUT, 0); in genie_sal_uart_init()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/gpio/ |
A D | gpio_test.c | 44 aos_timer_new(&gpio_test_timer, gpio_test_task, NULL, 100, 1); in hal_gpio_test()
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_timer.c | 19 aos_status_t aos_timer_new(aos_timer_t *timer, void (*fn)(void *, void *), void *arg, in aos_timer_new() function
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | kernel.h | 1250 aos_status_t aos_timer_new(aos_timer_t *timer, void (*fn)(void *, void *), void *arg,
|
/AliOS-Things-master/hardware/chip/rtl872xd/test/ |
A D | aos_test.c | 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()
|
/AliOS-Things-master/components/ota/ota_agent/ |
A D | ota_service.c | 112 aos_timer_new(&ota_mon_tmr, ota_monitor_task, NULL, 3000, 1); in ota_service_start()
|
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_core.c | 129 if (0 != aos_timer_new(&timer_request_cloud_connect, in uagent_ext_comm_start()
|
/AliOS-Things-master/components/osal_aos/ |
A D | README.md | 290 | aos_timer_new() | 定时器创建函数(兼容3.1) |
|
Completed in 16 milliseconds