Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/common/core/common/
Dnrf-pinctrl.h48 #define NRF_PIN_POS 0U macro
81 ((((((port) * 32U) + (pin)) & NRF_PIN_MSK) << NRF_PIN_POS) | \
109 #define NRF_GET_PIN(pincfg) (((pincfg) >> NRF_PIN_POS) & NRF_PIN_MSK)