Searched refs:rx_wake_gpio (Results 1 – 1 of 1) sorted by relevance
85 struct gpio_dt_spec rx_wake_gpio; member412 if (rx_wake_timeout > 0 && config->rx_wake_gpio.port != NULL) { in uart_smartbond_init()416 BIT(config->rx_wake_gpio.pin)); in uart_smartbond_init()418 ret = gpio_add_callback(config->rx_wake_gpio.port, &data->rx_wake_cb); in uart_smartbond_init()712 if (ret == 0 && config->rx_wake_gpio.port != NULL) { in uart_smartbond_pm_action()713 ret = gpio_pin_interrupt_configure_dt(&config->rx_wake_gpio, in uart_smartbond_pm_action()772 .rx_wake_gpio = GPIO_DT_SPEC_INST_GET_OR(n, rx_wake_gpios, {0}),