Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_hsfll.h363 nrf_hsfll_trim_t const * p_trim);
372 nrf_hsfll_trim_t * p_trim);
588 nrf_hsfll_trim_t const * p_trim) in nrf_hsfll_trim_set() argument
590 NRFX_ASSERT(p_trim); in nrf_hsfll_trim_set()
593 p_reg->TRIM.VSUP = p_trim->vsup; in nrf_hsfll_trim_set()
594 p_reg->TRIM.COARSE = p_trim->coarse; in nrf_hsfll_trim_set()
595 p_reg->TRIM.FINE = p_trim->fine; in nrf_hsfll_trim_set()
597 p_reg->TRIM.TCOEF = p_trim->tcoef; in nrf_hsfll_trim_set()
604 nrf_hsfll_trim_t * p_trim) in nrf_hsfll_trim_get() argument
606 NRFX_ASSERT(p_trim); in nrf_hsfll_trim_get()
[all …]