Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi3-32/applications/
A Dtest_device.c99 #define TEST_PIN_OUT 33 macro
114 rt_pin_mode(TEST_PIN_OUT, PIN_MODE_OUTPUT); in test_gpio()
115 rt_pin_write(TEST_PIN_OUT, PIN_HIGH); in test_gpio()
121 rt_pin_write(TEST_PIN_OUT, PIN_LOW); in test_gpio()
128 rt_pin_write(TEST_PIN_OUT, PIN_HIGH); in test_gpio()

Completed in 4 milliseconds