Home
last modified time | relevance | path

Searched refs:nrf_power_pof_thrvddh_t (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_power.h460 } nrf_power_pof_thrvddh_t; typedef
846 nrf_power_pof_thrvddh_t thr);
855 NRF_STATIC_INLINE nrf_power_pof_thrvddh_t nrf_power_pofcon_vddh_get(NRF_POWER_Type const * p_reg);
1387 nrf_power_pof_thrvddh_t thr) in nrf_power_pofcon_vddh_set()
1396 NRF_STATIC_INLINE nrf_power_pof_thrvddh_t nrf_power_pofcon_vddh_get(NRF_POWER_Type const * p_reg) in nrf_power_pofcon_vddh_get()
1398 return (nrf_power_pof_thrvddh_t)((p_reg->POFCON & POWER_POFCON_THRESHOLDVDDH_Msk) >> in nrf_power_pofcon_vddh_get()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_power_compat.h66 typedef nrf_regulators_pof_thr_vddh_t nrf_power_pof_thrvddh_t; typedef
Dnrfx_power.h208nrf_power_pof_thrvddh_t thrvddh; //!< Threshold for power failure detection on the VDDH…