Home
last modified time | relevance | path

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

/bsp/ht32/ht32f52352/applications/
A Dtest.c236 uint8_t led_flag = PIN_LOW; in gpio_input_test() local
263 led_flag = (led_flag == PIN_LOW)?PIN_HIGH:PIN_LOW; in gpio_input_test()
264 rt_pin_write(TEST_RES_PIN, led_flag); in gpio_input_test()
/bsp/ht32/ht32f12366/applications/
A Dtest.c235 uint8_t led_flag = PIN_LOW; in gpio_input_test() local
262 led_flag = (led_flag == PIN_LOW)?PIN_HIGH:PIN_LOW; in gpio_input_test()
263 rt_pin_write(TEST_RES_PIN, led_flag); in gpio_input_test()
/bsp/ht32/ht32f53252/applications/
A Dtest.c236 uint8_t led_flag = PIN_LOW; in gpio_input_test() local
263 led_flag = (led_flag == PIN_LOW)?PIN_HIGH:PIN_LOW; in gpio_input_test()
264 rt_pin_write(TEST_RES_PIN, led_flag); in gpio_input_test()

Completed in 18 milliseconds