Lines Matching refs:EFUSE_BASE
47 EFUSE_BASE = 0x60007000 # BLOCK0 read base address variable in ESP32S3ROM
48 EFUSE_BLOCK1_ADDR = EFUSE_BASE + 0x44
49 EFUSE_BLOCK2_ADDR = EFUSE_BASE + 0x5C
50 MAC_EFUSE_REG = EFUSE_BASE + 0x044
52 EFUSE_RD_REG_BASE = EFUSE_BASE + 0x030 # BLOCK0 read base address
54 EFUSE_PURPOSE_KEY0_REG = EFUSE_BASE + 0x34
56 EFUSE_PURPOSE_KEY1_REG = EFUSE_BASE + 0x34
58 EFUSE_PURPOSE_KEY2_REG = EFUSE_BASE + 0x38
60 EFUSE_PURPOSE_KEY3_REG = EFUSE_BASE + 0x38
62 EFUSE_PURPOSE_KEY4_REG = EFUSE_BASE + 0x38
64 EFUSE_PURPOSE_KEY5_REG = EFUSE_BASE + 0x38
70 EFUSE_SPI_BOOT_CRYPT_CNT_REG = EFUSE_BASE + 0x034
73 EFUSE_SECURE_BOOT_EN_REG = EFUSE_BASE + 0x038
76 EFUSE_RD_REPEAT_DATA3_REG = EFUSE_BASE + 0x3C
122 EFUSE_VDD_SPI_REG = EFUSE_BASE + 0x34