Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/hal/
Dnrf_regulators.h190 bool * p_enabled);
289 bool * p_enabled) in nrf_regulators_pofcon_get() argument
292 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()
Dnrf_power.h643 bool * p_enabled);
1027 bool * p_enabled) in nrf_power_pofcon_get() argument
1030 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()