Searched refs:slptr_gpio (Results 1 – 3 of 3) sorted by relevance
33 gpio_pin_set_dt(&conf->slptr_gpio, 0); in rf2xx_iface_phy_rst()47 gpio_pin_set_dt(&conf->slptr_gpio, 1); in rf2xx_iface_phy_tx_start()51 gpio_pin_set_dt(&conf->slptr_gpio, 0); in rf2xx_iface_phy_tx_start()
80 struct gpio_dt_spec slptr_gpio; member
958 if (!gpio_is_ready_dt(&conf->slptr_gpio)) { in configure_gpios()962 gpio_pin_configure_dt(&conf->slptr_gpio, GPIO_OUTPUT_INACTIVE); in configure_gpios()1130 .slptr_gpio = GPIO_DT_SPEC_INST_GET(n, slptr_gpios), \