Searched refs:EFUSE_RD_REPEAT_ERR_REG (Results 1 – 4 of 4) sorted by relevance
30 EFUSE_RD_REPEAT_ERR_REG = DR_REG_EFUSE_BASE + 0x80 variable in EfuseDefineRegisters40 (EFUSE_RD_REPEAT_ERR_REG, None, None, None), # BLOCK0
261 self.read_reg(self.REGS.EFUSE_RD_REPEAT_ERR_REG + offs * 4)
84 return REG_READ(EFUSE_RD_REPEAT_ERR_REG) != 0; in efuse_hal_is_coding_error_in_block()
706 #define EFUSE_RD_REPEAT_ERR_REG (DR_REG_EFUSE_BASE + 0x80) macro