Searched refs:chk_code (Results 1 – 1 of 1) sorted by relevance
167 uint32_t chk_code = 0; in adc_hal_self_calibration() local172 chk_code = (code_h + code_l) / 2; in adc_hal_self_calibration()173 adc_ll_set_calibration_param(adc_n, chk_code); in adc_hal_self_calibration()177 code_h = chk_code; in adc_hal_self_calibration()179 code_l = chk_code; in adc_hal_self_calibration()181 chk_code = (code_h + code_l) / 2; in adc_hal_self_calibration()182 adc_ll_set_calibration_param(adc_n, chk_code); in adc_hal_self_calibration()185 chk_code += 1; in adc_hal_self_calibration()186 adc_ll_set_calibration_param(adc_n, chk_code); in adc_hal_self_calibration()190 code_list[rpt] = chk_code; in adc_hal_self_calibration()[all …]