Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx_iface.c33 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()
Dieee802154_rf2xx.h80 struct gpio_dt_spec slptr_gpio; member
Dieee802154_rf2xx.c958 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), \