Searched refs:NRF_PIN_POS (Results 1 – 2 of 2) sorted by relevance
58 #define NRF_PIN_POS 0U macro243 ((((((port) * 32U) + (pin)) & NRF_PIN_MSK) << NRF_PIN_POS) | \
155 #define NRF_GET_PIN(pincfg) (((pincfg) >> NRF_PIN_POS) & NRF_PIN_MSK)