Searched refs:thr (Results 1 – 4 of 4) sorted by relevance
176 nrf_regulators_pof_thr_t thr);201 nrf_regulators_pof_thrvddh_t thr);268 nrf_regulators_pof_thr_t thr) in nrf_regulators_pofcon_set() argument277 (((uint32_t)thr) << REGULATORS_POFCON_THRESHOLD_Pos) | in nrf_regulators_pofcon_set()304 nrf_regulators_pof_thrvddh_t thr) in nrf_regulators_pofcon_vddh_set() argument308 pofcon |= (((uint32_t)thr) << REGULATORS_POFCON_THRESHOLDVDDH_Pos); in nrf_regulators_pofcon_vddh_set()
630 nrf_power_pof_thr_t thr);654 nrf_power_pof_thrvddh_t thr);1006 nrf_power_pof_thr_t thr) in nrf_power_pofcon_set() argument1008 NRFX_ASSERT(thr == (thr & (POWER_POFCON_THRESHOLD_Msk >> POWER_POFCON_THRESHOLD_Pos))); in nrf_power_pofcon_set()1016 (((uint32_t)thr) << POWER_POFCON_THRESHOLD_Pos) | in nrf_power_pofcon_set()1042 nrf_power_pof_thrvddh_t thr) in nrf_power_pofcon_vddh_set() argument1044 NRFX_ASSERT(thr == (thr & (POWER_POFCON_THRESHOLDVDDH_Msk >> POWER_POFCON_THRESHOLDVDDH_Pos))); in nrf_power_pofcon_vddh_set()1047 pofcon |= (((uint32_t)thr) << POWER_POFCON_THRESHOLDVDDH_Pos); in nrf_power_pofcon_vddh_set()
181 nrf_power_pofcon_set(NRF_POWER, true, p_config->thr); in nrfx_power_pof_enable()183 nrf_regulators_pofcon_set(NRF_REGULATORS, true, p_config->thr); in nrfx_power_pof_enable()
196 nrf_power_pof_thr_t thr; //!< Threshold for power failure detection member