Home
last modified time | relevance | path

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

/bsp/ht32/ht32f52352/applications/
A Dtest.c32 #define TEST_INPUT_PIN GET_PIN(D, 1) macro
243 rt_pin_mode(TEST_INPUT_PIN,PIN_MODE_INPUT_PULLUP); in gpio_input_test()
254 if(PIN_LOW == rt_pin_read(TEST_INPUT_PIN)) in gpio_input_test()
256 while(PIN_LOW == rt_pin_read(TEST_INPUT_PIN)); in gpio_input_test()
/bsp/ht32/ht32f12366/applications/
A Dtest.c32 #define TEST_INPUT_PIN GET_PIN(D, 13) macro
242 rt_pin_mode(TEST_INPUT_PIN,PIN_MODE_INPUT_PULLUP); in gpio_input_test()
253 if(PIN_LOW == rt_pin_read(TEST_INPUT_PIN)) in gpio_input_test()
255 while(PIN_LOW == rt_pin_read(TEST_INPUT_PIN)); in gpio_input_test()
/bsp/ht32/ht32f53252/applications/
A Dtest.c32 #define TEST_INPUT_PIN GET_PIN(D, 1) macro
243 rt_pin_mode(TEST_INPUT_PIN,PIN_MODE_INPUT_PULLUP); in gpio_input_test()
254 if(PIN_LOW == rt_pin_read(TEST_INPUT_PIN)) in gpio_input_test()
256 while(PIN_LOW == rt_pin_read(TEST_INPUT_PIN)); in gpio_input_test()

Completed in 7 milliseconds