Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bootloader_support/src/esp32/
Dflash_encrypt.c171 REG_WRITE(EFUSE_BLK0_WDATA0_REG, new_wdata0); in initialise_flash_encryption()
238 REG_WRITE(EFUSE_BLK0_WDATA0_REG, wdata0_reg); in encrypt_flash_contents()
Dsecure_boot.c207 REG_WRITE(EFUSE_BLK0_WDATA0_REG, new_wdata0); in esp_secure_boot_permanently_enable()
/hal_espressif-2.7.6/components/efuse/src/esp32/
Desp_efuse_utility.c39 {EFUSE_BLK0_WDATA0_REG, EFUSE_BLK0_WDATA6_REG}, // range address of EFUSE_BLK0
/hal_espressif-2.7.6/components/soc/esp32/include/soc/
Defuse_reg.h322 #define EFUSE_BLK0_WDATA0_REG (DR_REG_EFUSE_BASE + 0x01c) macro