Searched refs:thr (Results 1 – 4 of 4) sorted by relevance
174 nrf_regulators_pof_thr_t thr);199 nrf_regulators_pof_thrvddh_t thr);266 nrf_regulators_pof_thr_t thr) in nrf_regulators_pofcon_set() argument275 (((uint32_t)thr) << REGULATORS_POFCON_THRESHOLD_Pos) | in nrf_regulators_pofcon_set()302 nrf_regulators_pof_thrvddh_t thr) in nrf_regulators_pofcon_vddh_set() argument306 pofcon |= (((uint32_t)thr) << REGULATORS_POFCON_THRESHOLDVDDH_Pos); in nrf_regulators_pofcon_vddh_set()
621 nrf_power_pof_thr_t thr);645 nrf_power_pof_thrvddh_t thr);997 nrf_power_pof_thr_t thr) in nrf_power_pofcon_set() argument999 NRFX_ASSERT(thr == (thr & (POWER_POFCON_THRESHOLD_Msk >> POWER_POFCON_THRESHOLD_Pos))); in nrf_power_pofcon_set()1007 (((uint32_t)thr) << POWER_POFCON_THRESHOLD_Pos) | in nrf_power_pofcon_set()1033 nrf_power_pof_thrvddh_t thr) in nrf_power_pofcon_vddh_set() argument1035 NRFX_ASSERT(thr == (thr & (POWER_POFCON_THRESHOLDVDDH_Msk >> POWER_POFCON_THRESHOLDVDDH_Pos))); in nrf_power_pofcon_vddh_set()1038 pofcon |= (((uint32_t)thr) << POWER_POFCON_THRESHOLDVDDH_Pos); in nrf_power_pofcon_vddh_set()
163 nrf_power_pofcon_set(NRF_POWER, true, p_config->thr); in nrfx_power_pof_enable()165 nrf_regulators_pofcon_set(NRF_REGULATORS, true, p_config->thr); in nrfx_power_pof_enable()
194 nrf_power_pof_thr_t thr; //!< Threshold for power failure detection member
Completed in 11 milliseconds