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