Searched refs:NRF_LP_POS (Results 1 – 2 of 2) sorted by relevance
82 ((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)
46 #define NRF_LP_POS 15U macro