Home
last modified time | relevance | path

Searched refs:NRF_PIN_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dnrf-pinctrl.h231 #define NRF_PIN_DISCONNECTED NRF_PIN_MSK macro
255 (NRF_PIN_DISCONNECTED | \
/Zephyr-latest/tests/drivers/pinctrl/nrf/src/
Dmain.c40 zassert_equal(NRF_GET_PIN(scfg->pins[2]), NRF_PIN_DISCONNECTED); in ZTEST()
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c286 if (pin == NRF_PIN_DISCONNECTED) { in nrf_gpd_retain_pins_set()
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_nrf.c123 if (psel == NRF_PIN_DISCONNECTED) { in pinctrl_configure_pins()