Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_temp.h167 NRFY_STATIC_INLINE void nrfy_temp_calibration_coeff_set(NRF_TEMP_Type * p_reg, uint32_t coeff) in nrfy_temp_calibration_coeff_set() argument
169 nrf_temp_calibration_coeff_set(p_reg, coeff); in nrfy_temp_calibration_coeff_set()
177 uint32_t coeff = nrf_temp_calibration_coeff_get(p_reg); in nrfy_temp_calibration_coeff_get() local
179 return coeff; in nrfy_temp_calibration_coeff_get()
/hal_nordic-latest/nrfx/hal/
Dnrf_temp.h172 NRF_STATIC_INLINE void nrf_temp_calibration_coeff_set(NRF_TEMP_Type * p_reg, uint32_t coeff);
291 NRF_STATIC_INLINE void nrf_temp_calibration_coeff_set(NRF_TEMP_Type * p_reg, uint32_t coeff) in nrf_temp_calibration_coeff_set() argument
293 p_reg->CALIB = coeff; in nrf_temp_calibration_coeff_set()
Dnrf_saadc.h820 uint32_t coeff);
1163 uint32_t coeff) in nrf_saadc_linearity_calibration_coeff_set() argument
1166 NRFX_ASSERT(coeff <= NRF_SAADC_LIN_CAL_MAX); in nrf_saadc_linearity_calibration_coeff_set()
1167 p_reg->TRIM.LINCALCOEFF[index] = coeff; in nrf_saadc_linearity_calibration_coeff_set()