Searched refs:coeff (Results 1 – 3 of 3) sorted by relevance
167 NRFY_STATIC_INLINE void nrfy_temp_calibration_coeff_set(NRF_TEMP_Type * p_reg, uint32_t coeff) in nrfy_temp_calibration_coeff_set() argument169 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() local179 return coeff; in nrfy_temp_calibration_coeff_get()
172 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() argument293 p_reg->CALIB = coeff; in nrf_temp_calibration_coeff_set()
820 uint32_t coeff);1163 uint32_t coeff) in nrf_saadc_linearity_calibration_coeff_set() argument1166 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()