Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/gpio/
A Dgpio_test.c14 static aos_sem_t gpio_test_sem; variable
43 aos_sem_new(&gpio_test_sem, 0); in hal_gpio_test()
47 aos_sem_wait(&gpio_test_sem, AOS_WAIT_FOREVER); in hal_gpio_test()
52 aos_sem_free(&gpio_test_sem); in hal_gpio_test()
61 aos_sem_signal(&gpio_test_sem); in gpio_test_end()

Completed in 2 milliseconds