Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/esp32c6/
Dcurve_fitting_coefficients.c12 #define COEFF_VERSION_NUM 2 // Currently C6 has two versions of curve calibration schemes macro
26 const static uint64_t adc1_error_coef_atten[COEFF_VERSION_NUM][COEFF_GROUP_NUM][TERM_MAX][2] = {
46 const static int32_t adc1_error_sign[COEFF_VERSION_NUM][COEFF_GROUP_NUM][TERM_MAX] = {
/hal_espressif-latest/components/esp_adc/esp32h2/
Dcurve_fitting_coefficients.c12 #define COEFF_VERSION_NUM 1 // Currently H2 has one versions of curve calibration schemes macro
27 const static uint64_t adc1_error_coef_atten[COEFF_VERSION_NUM][COEFF_GROUP_NUM][TERM_MAX][2] = {
40 const static int32_t adc1_error_sign[COEFF_VERSION_NUM][COEFF_GROUP_NUM][TERM_MAX] = {