Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dadc_hal_common.c166 uint32_t code_l = 0; in adc_hal_self_calibration() local
171 code_l = 0; in adc_hal_self_calibration()
172 chk_code = (code_h + code_l) / 2; in adc_hal_self_calibration()
175 while (code_h - code_l > 1) { 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()
184 if ((code_h - code_l == 1)) { in adc_hal_self_calibration()
194 code_l = code_list[0]; in adc_hal_self_calibration()
197 code_l = MIN(code_l, code_list[i]); in adc_hal_self_calibration()
201 chk_code = code_h + code_l; in adc_hal_self_calibration()