Searched refs:thr (Results 1 – 4 of 4) sorted by relevance
196 nrf_power_pofcon_set(NRF_POWER, true, p_config->thr); in nrfx_power_pof_enable()203 .thr = p_config->thr, in nrfx_power_pof_enable()227 .thr = NRF_REGULATORS_POF_THR_2V7, in nrfx_power_pof_disable()
822 nrf_power_pof_thr_t thr);846 nrf_power_pof_thrvddh_t thr);1351 nrf_power_pof_thr_t thr) in nrf_power_pofcon_set() argument1353 NRFX_ASSERT(thr == (thr & (POWER_POFCON_THRESHOLD_Msk >> POWER_POFCON_THRESHOLD_Pos))); in nrf_power_pofcon_set()1361 (((uint32_t)thr) << POWER_POFCON_THRESHOLD_Pos) | in nrf_power_pofcon_set()1387 nrf_power_pof_thrvddh_t thr) in nrf_power_pofcon_vddh_set() argument1389 NRFX_ASSERT(thr == (thr & (POWER_POFCON_THRESHOLDVDDH_Msk >> POWER_POFCON_THRESHOLDVDDH_Pos))); in nrf_power_pofcon_vddh_set()1392 pofcon |= (((uint32_t)thr) << POWER_POFCON_THRESHOLDVDDH_Pos); in nrf_power_pofcon_vddh_set()
193 nrf_regulators_pof_thr_t thr; ///< Threshold to be set for POF Comparator. member449 (((uint32_t)p_config->thr) << REGULATORS_POFCON_THRESHOLD_Pos) | in nrf_regulators_pof_config_set()469 p_config->thr = (nrf_regulators_pof_thr_t)((p_reg->POFCON & REGULATORS_POFCON_THRESHOLD_Msk) in nrf_regulators_pof_config_get()
205 nrf_power_pof_thr_t thr; //!< Threshold for power failure detection member