Searched refs:clkm_gpio (Results 1 – 2 of 2) sorted by relevance
82 struct gpio_dt_spec clkm_gpio; member
978 if (conf->clkm_gpio.port != NULL) { in configure_gpios()979 if (!gpio_is_ready_dt(&conf->clkm_gpio)) { in configure_gpios()984 conf->clkm_gpio.port->name); in configure_gpios()985 gpio_pin_configure_dt(&conf->clkm_gpio, GPIO_INPUT); in configure_gpios()1132 .clkm_gpio = GPIO_DT_SPEC_INST_GET_OR(n, clkm_gpios, {}), \