Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/nrf54h/gpd/include/nrf/
Dgpd.h43 int nrf_gpd_retain_pins_set(const struct pinctrl_dev_config *pcfg, bool retain);
/Zephyr-latest/drivers/pwm/
Dpwm_nrfx.c281 nrf_gpd_retain_pins_set(config->pcfg, false); in pwm_resume()
313 nrf_gpd_retain_pins_set(config->pcfg, true); in pwm_suspend()
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c273 int nrf_gpd_retain_pins_set(const struct pinctrl_dev_config *pcfg, bool retain) in nrf_gpd_retain_pins_set() function
/Zephyr-latest/drivers/spi/
Dspi_nrfx_spim.c662 nrf_gpd_retain_pins_set(dev_config->pcfg, false); in spim_resume()
683 nrf_gpd_retain_pins_set(dev_config->pcfg, true); in spim_suspend()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c392 nrf_gpd_retain_pins_set(cfg->pcfg, true); in uarte_disable_locked()
661 nrf_gpd_retain_pins_set(config->pcfg, false); in uarte_periph_enable()
2259 nrf_gpd_retain_pins_set(cfg->pcfg, true); in uarte_pm_suspend()