Searched refs:nrf_gpd_retain_pins_set (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/soc/nordic/nrf54h/gpd/include/nrf/ |
| D | gpd.h | 43 int nrf_gpd_retain_pins_set(const struct pinctrl_dev_config *pcfg, bool retain);
|
| /Zephyr-latest/drivers/pwm/ |
| D | pwm_nrfx.c | 391 nrf_gpd_retain_pins_set(config->pcfg, false); 431 nrf_gpd_retain_pins_set(config->pcfg, true);
|
| /Zephyr-latest/drivers/can/ |
| D | can_nrf.c | 191 ret = nrf_gpd_retain_pins_set(config->pcfg, false); in can_nrf_init()
|
| /Zephyr-latest/soc/nordic/nrf54h/gpd/ |
| D | gpd.c | 275 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/ |
| D | spi_nrfx_spim.c | 666 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/ |
| D | uart_nrfx_uarte.c | 421 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()
|