Searched refs:p_enabled (Results 1 – 2 of 2) sorted by relevance
190 bool * p_enabled);289 bool * p_enabled) in nrf_regulators_pofcon_get() argument292 if (NULL != p_enabled) in nrf_regulators_pofcon_get()294 (*p_enabled) = ((pofcon & REGULATORS_POFCON_POF_Msk) >> REGULATORS_POFCON_POF_Pos) in nrf_regulators_pofcon_get()
643 bool * p_enabled);1027 bool * p_enabled) in nrf_power_pofcon_get() argument1030 if (NULL != p_enabled) in nrf_power_pofcon_get()1032 (*p_enabled) = ((pofcon & POWER_POFCON_POF_Msk) >> POWER_POFCON_POF_Pos) in nrf_power_pofcon_get()