Home
last modified time | relevance | path

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

/external/platform/nrfx/hal/
A Dnrf_regulators.h174 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() argument
275 (((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() argument
306 pofcon |= (((uint32_t)thr) << REGULATORS_POFCON_THRESHOLDVDDH_Pos); in nrf_regulators_pofcon_vddh_set()
A Dnrf_power.h621 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() argument
999 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() argument
1035 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()
/external/platform/nrfx/drivers/src/
A Dnrfx_power.c163 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()
/external/platform/nrfx/drivers/include/
A Dnrfx_power.h194 nrf_power_pof_thr_t thr; //!< Threshold for power failure detection member

Completed in 11 milliseconds