Searched refs:TEST_INPUT_PIN (Results 1 – 3 of 3) sorted by relevance
32 #define TEST_INPUT_PIN GET_PIN(D, 1) macro243 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()
32 #define TEST_INPUT_PIN GET_PIN(D, 13) macro242 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()
Completed in 7 milliseconds