mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	adc_calib: support calibration v2 on esp32c6
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
/*
 | 
			
		||||
 * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
 | 
			
		||||
 * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
 | 
			
		||||
 *
 | 
			
		||||
 * SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
 */
 | 
			
		||||
@@ -12,7 +12,9 @@ extern "C" {
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
//This is the ADC calibration value version burnt in efuse
 | 
			
		||||
#define ESP_EFUSE_ADC_CALIB_VER     1
 | 
			
		||||
#define ESP_EFUSE_ADC_CALIB_VER      1
 | 
			
		||||
#define ESP_EFUSE_ADC_CALIB_VER_MIN  ESP_EFUSE_ADC_CALIB_VER
 | 
			
		||||
#define ESP_EFUSE_ADC_CALIB_VER_MAX  ESP_EFUSE_ADC_CALIB_VER
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @brief Get the RTC calibration efuse version
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user