mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
adc_cali: supported channel compensation of adc calibration on esp32c6
This commit is contained in:
@@ -24,6 +24,11 @@ IRAM_ATTR uint32_t efuse_hal_chip_revision(void)
|
||||
return efuse_hal_get_major_chip_version() * 100 + efuse_hal_get_minor_chip_version();
|
||||
}
|
||||
|
||||
uint32_t efuse_hal_blk_version(void)
|
||||
{
|
||||
return efuse_ll_get_blk_version_major() * 100 + efuse_ll_get_blk_version_minor();
|
||||
}
|
||||
|
||||
IRAM_ATTR bool efuse_hal_get_disable_wafer_version_major(void)
|
||||
{
|
||||
return efuse_ll_get_disable_wafer_version_major();
|
||||
|
Reference in New Issue
Block a user