Home
last modified time | relevance | path

Searched refs:nrf_gpd_retain_pins_set (Results 1 – 6 of 6) 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.c391 nrf_gpd_retain_pins_set(config->pcfg, false);
431 nrf_gpd_retain_pins_set(config->pcfg, true);
/Zephyr-latest/drivers/can/
Dcan_nrf.c191 ret = nrf_gpd_retain_pins_set(config->pcfg, false); in can_nrf_init()
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c275 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.c666 nrf_gpd_retain_pins_set(dev_config->pcfg, false); in spim_resume()
687 nrf_gpd_retain_pins_set(dev_config->pcfg, true); in spim_suspend()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c421 nrf_gpd_retain_pins_set(cfg->pcfg, true); in uarte_disable_locked()
707 nrf_gpd_retain_pins_set(config->pcfg, false); in uarte_periph_enable()
2328 nrf_gpd_retain_pins_set(cfg->pcfg, true); in uarte_pm_suspend()