Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/common/
Dpinctrl_soc.h82 ((NRF_LP_ENABLE * DT_PROP(node_id, low_power_enable)) << NRF_LP_POS) |\
134 #define NRF_GET_LP(pincfg) (((pincfg) >> NRF_LP_POS) & NRF_LP_MSK)
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dnrf-pinctrl.h46 #define NRF_LP_POS 15U macro