Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/transceiver/
Dcan_transceiver_gpio.c29 struct gpio_dt_spec standby_gpio; member
49 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()