Home
last modified time | relevance | path

Searched refs:EFUSE_RD_REPEAT_ERR0_REG (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Dmem_definition.py32 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
51 (EFUSE_RD_REPEAT_ERR0_REG, None), # BLOCK0
66 (EFUSE_RD_REPEAT_ERR0_REG, None, None), # BLOCK0
Dfields.py260 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR0_REG + offs * 4)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/
Dmem_definition.py32 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
50 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
Dfields.py262 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR0_REG + offs * 4)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Dmem_definition.py28 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
46 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
Dfields.py262 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR0_REG + offs * 4)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/
Dmem_definition.py32 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
50 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
Dfields.py253 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR0_REG + offs * 4)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/
Dmem_definition.py32 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
50 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
Dfields.py262 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR0_REG + offs * 4)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/
Dmem_definition.py32 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
50 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
Dfields.py262 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR0_REG + offs * 4)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Dmem_definition.py32 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
50 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
Dfields.py262 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR0_REG + offs * 4)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/
Dmem_definition.py32 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
50 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
Dfields.py263 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR0_REG + offs * 4)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Dmem_definition.py33 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
51 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Dmem_definition.py33 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
51 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Dmem_definition.py32 EFUSE_RD_REPEAT_ERR0_REG = DR_REG_EFUSE_BASE + 0x17C variable in EfuseDefineRegisters
50 (EFUSE_RD_REPEAT_ERR0_REG, None, None, None), # BLOCK0
/hal_espressif-latest/components/hal/esp32h2/
Defuse_hal.c87 if (REG_READ(EFUSE_RD_REPEAT_ERR0_REG + i * 4)) { in efuse_hal_is_coding_error_in_block()
/hal_espressif-latest/components/hal/esp32c6/
Defuse_hal.c87 if (REG_READ(EFUSE_RD_REPEAT_ERR0_REG + i * 4)) { in efuse_hal_is_coding_error_in_block()
/hal_espressif-latest/components/hal/esp32c3/
Defuse_hal.c80 if (REG_READ(EFUSE_RD_REPEAT_ERR0_REG + i * 4)) { in efuse_hal_is_coding_error_in_block()
/hal_espressif-latest/components/hal/esp32s3/
Defuse_hal.c100 if (REG_READ(EFUSE_RD_REPEAT_ERR0_REG + i * 4)) { in efuse_hal_is_coding_error_in_block()
/hal_espressif-latest/components/hal/esp32s2/
Defuse_hal.c114 if (REG_READ(EFUSE_RD_REPEAT_ERR0_REG + i * 4)) { in efuse_hal_is_coding_error_in_block()
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_utility.c75 uint32_t error_reg = REG_READ(EFUSE_RD_REPEAT_ERR0_REG + i * 4); in esp_efuse_utility_check_errors()

12