mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 14:22:14 +00:00
soc: Fix description of efuse fail bits
This commit is contained in:

committed by
BOT

parent
d11af9051b
commit
c5a4ab39a7
@@ -45,6 +45,11 @@ __attribute__((always_inline)) static inline bool efuse_ll_get_secure_boot_v2_en
|
||||
return EFUSE.rd_repeat_data2.secure_boot_en;
|
||||
}
|
||||
|
||||
__attribute__((always_inline)) static inline bool efuse_ll_get_err_rst_enable(void)
|
||||
{
|
||||
return EFUSE.rd_repeat_data3.err_rst_enable;
|
||||
}
|
||||
|
||||
__attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_revision(void)
|
||||
{
|
||||
return EFUSE.rd_mac_spi_sys_3.wafer_version;
|
||||
|
Reference in New Issue
Block a user