Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_power.h1355 uint32_t pofcon = p_reg->POFCON; in nrf_power_pofcon_set() local
1356 pofcon &= ~(POWER_POFCON_THRESHOLD_Msk | POWER_POFCON_POF_Msk); in nrf_power_pofcon_set()
1357 pofcon |= in nrf_power_pofcon_set()
1367 p_reg->POFCON = pofcon; in nrf_power_pofcon_set()
1374 uint32_t pofcon = p_reg->POFCON; in nrf_power_pofcon_get() local
1377 (*p_enabled) = ((pofcon & POWER_POFCON_POF_Msk) >> POWER_POFCON_POF_Pos) in nrf_power_pofcon_get()
1380 return (nrf_power_pof_thr_t)((pofcon & POWER_POFCON_THRESHOLD_Msk) >> in nrf_power_pofcon_get()
1390 uint32_t pofcon = p_reg->POFCON; in nrf_power_pofcon_vddh_set() local
1391 pofcon &= ~POWER_POFCON_THRESHOLDVDDH_Msk; in nrf_power_pofcon_vddh_set()
1392 pofcon |= (((uint32_t)thr) << POWER_POFCON_THRESHOLDVDDH_Pos); in nrf_power_pofcon_vddh_set()
[all …]