Home
last modified time | relevance | path

Searched refs:gpio_test_timer (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/adc/
A Dadc_test.c14 static aos_timer_t gpio_test_timer; variable
31 aos_timer_new(&gpio_test_timer, adc_test_task, NULL, 1000, 1); in hal_adc_test()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/gpio/
A Dgpio_test.c13 static aos_timer_t gpio_test_timer; variable
44 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