Home
last modified time | relevance | path

Searched refs:NRF_PIN_MSK (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dnrf-pinctrl.h60 #define NRF_PIN_MSK 0x1FFU macro
231 #define NRF_PIN_DISCONNECTED NRF_PIN_MSK
243 ((((((port) * 32U) + (pin)) & NRF_PIN_MSK) << NRF_PIN_POS) | \
/Zephyr-latest/soc/nordic/common/
Dpinctrl_soc.h155 #define NRF_GET_PIN(pincfg) (((pincfg) >> NRF_PIN_POS) & NRF_PIN_MSK)