Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dnrf-pinctrl.h32 #define NRF_FUN_MSK 0xFFU macro
244 ((NRF_FUN_ ## fun & NRF_FUN_MSK) << NRF_FUN_POS))
256 ((NRF_FUN_ ## fun & NRF_FUN_MSK) << NRF_FUN_POS))
/Zephyr-latest/soc/nordic/common/
Dpinctrl_soc.h104 #define NRF_GET_FUN(pincfg) (((pincfg) >> NRF_FUN_POS) & NRF_FUN_MSK)