Searched refs:FRONT_BUTTON_GPIO (Results 1 – 2 of 2) sorted by relevance
104 gpio_request(FRONT_BUTTON_GPIO, "Front button"); in shc_request_gpio()251 gpio_direction_input(FRONT_BUTTON_GPIO); in check_button_status()252 value = gpio_get_value(FRONT_BUTTON_GPIO); in check_button_status()
143 #define FRONT_BUTTON_GPIO GPIO_TO_PIN(1, 25) macro
Completed in 3 milliseconds