Searched refs:NRF_PULL_UP (Results 1 – 4 of 4) sorted by relevance
209 #define NRF_PULL_UP 3U macro
80 ((NRF_PULL_UP * DT_PROP(node_id, bias_pull_up)) << NRF_PULL_POS) | \
51 zassert_equal(NRF_GET_PULL(scfg->pins[4]), NRF_PULL_UP); in ZTEST()
16 (NRF_PULL_UP == NRF_GPIO_PIN_PULLUP)),