Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c195 uint32_t delta_x = high - low; in characterize_using_two_point() local
198 …*coeff_a = (delta_v * atten_scales[atten] + (delta_x / 2)) / delta_x; //+(delta_x/2) for rounding in characterize_using_two_point()
200 … *coeff_b = TP_HIGH_VOLTAGE - ((delta_v * high + (delta_x / 2)) / delta_x) + atten_offsets[atten]; in characterize_using_two_point()
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c201 uint32_t delta_x = high - low; in characterize_using_two_point() local
204 …*coeff_a = (delta_v * atten_scales[atten] + (delta_x / 2)) / delta_x; //+(delta_x/2) for rounding in characterize_using_two_point()
206 … *coeff_b = TP_HIGH_VOLTAGE - ((delta_v * high + (delta_x / 2)) / delta_x) + atten_offsets[atten]; in characterize_using_two_point()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c373 uint32_t delta_x = high - low; in characterize_using_two_point() local
376 …*coeff_a = (delta_v * atten_scales[atten] + (delta_x / 2)) / delta_x; //+(delta_x/2) for rounding in characterize_using_two_point()
378 … *coeff_b = TP_HIGH_VOLTAGE - ((delta_v * high + (delta_x / 2)) / delta_x) + atten_offsets[atten]; in characterize_using_two_point()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c378 p_data->delta_x = p_report[1]; in bta_hh_parse_mice_rpt()
385 APPL_TRACE_DEBUG("mice move: x = %d y = %d", p_data->delta_x, in bta_hh_parse_mice_rpt()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h254 INT8 delta_x; /* displacement x */ member