adc_cali: supported channel compensation of adc calibration on esp32c6
This commit is contained in:
@@ -27,6 +27,13 @@ void efuse_hal_get_mac(uint8_t *mac);
|
||||
*/
|
||||
uint32_t efuse_hal_chip_revision(void);
|
||||
|
||||
/**
|
||||
* @brief Return block version
|
||||
*
|
||||
* @return Block version in format: Major * 100 + Minor
|
||||
*/
|
||||
uint32_t efuse_hal_blk_version(void);
|
||||
|
||||
/**
|
||||
* @brief Is flash encryption currently enabled in hardware?
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user