Searched refs:standby_gpio (Results 1 – 1 of 1) sorted by relevance
29 struct gpio_dt_spec standby_gpio; member49 if (config->standby_gpio.port != NULL) { in can_transceiver_gpio_set_state()50 err = gpio_pin_set_dt(&config->standby_gpio, enabled ? 0 : 1); in can_transceiver_gpio_set_state()95 if (config->standby_gpio.port != NULL) { in can_transceiver_gpio_init()96 if (!gpio_is_ready_dt(&config->standby_gpio)) { in can_transceiver_gpio_init()102 err = gpio_pin_configure_dt(&config->standby_gpio, GPIO_OUTPUT_ACTIVE); in can_transceiver_gpio_init()