Searched refs:gpio_test_timer (Results 1 – 2 of 2) sorted by relevance
14 static aos_timer_t gpio_test_timer; variable31 aos_timer_new(&gpio_test_timer, adc_test_task, NULL, 1000, 1); in hal_adc_test()
13 static aos_timer_t gpio_test_timer; variable44 aos_timer_new(&gpio_test_timer, gpio_test_task, NULL, 100, 1); in hal_gpio_test()53 aos_timer_free(&gpio_test_timer); in hal_gpio_test()
Completed in 4 milliseconds