Searched refs:led_red_gpio (Results 1 – 1 of 1) sorted by relevance
24 static struct gpio_dt_spec led_red_gpio = GPIO_DT_SPEC_GET_OR( variable81 if (!led_red_gpio.port) { in config_leds()83 } else if (!gpio_is_ready_dt(&led_red_gpio)) { in config_leds()85 led_red_gpio.port = NULL; in config_leds()87 err = gpio_pin_configure_dt(&led_red_gpio, in config_leds()91 led_red_gpio.port = NULL; in config_leds()97 led_callback, &led_red_gpio); in config_leds()