Home
last modified time | relevance | path

Searched refs:EFUSE_RD_REPEAT_ERR_REG (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Dmem_definition.py30 EFUSE_RD_REPEAT_ERR_REG = DR_REG_EFUSE_BASE + 0x80 variable in EfuseDefineRegisters
40 (EFUSE_RD_REPEAT_ERR_REG, None, None, None), # BLOCK0
Dfields.py261 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR_REG + offs * 4)
/hal_espressif-latest/components/hal/esp32c2/
Defuse_hal.c84 return REG_READ(EFUSE_RD_REPEAT_ERR_REG) != 0; in efuse_hal_is_coding_error_in_block()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Defuse_reg.h706 #define EFUSE_RD_REPEAT_ERR_REG (DR_REG_EFUSE_BASE + 0x80) macro