Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/hal/
Dnrf_regulators.h176 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() argument
277 (((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() argument
308 pofcon |= (((uint32_t)thr) << REGULATORS_POFCON_THRESHOLDVDDH_Pos); in nrf_regulators_pofcon_vddh_set()
Dnrf_power.h630 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() argument
1008 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() argument
1044 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()
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_power.c181 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()
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_power.h196 nrf_power_pof_thr_t thr; //!< Threshold for power failure detection member