Home
last modified time | relevance | path

Searched refs:thr_vddh (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_regulators.h195 … nrf_regulators_pof_thr_vddh_t thr_vddh; ///< Threshold to be set for POF Comparator for VDDH. member
451 (((uint32_t)p_config->thr_vddh) << REGULATORS_POFCON_THRESHOLDVDDH_Pos) | in nrf_regulators_pof_config_set()
474 p_config->thr_vddh = (nrf_regulators_pof_thr_vddh_t)((p_reg->POFCON & in nrf_regulators_pof_config_get()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_power.c205 .thr_vddh = p_config->thrvddh, in nrfx_power_pof_enable()