Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/esp32/
Dflash_encryption_secure_features.c79 esp_efuse_write_field_bit(ESP_EFUSE_WR_DIS_EFUSE_RD_DISABLE); in esp_flash_encryption_enable_secure_features()
Dsecure_boot_secure_features.c94 err = esp_efuse_write_field_bit(ESP_EFUSE_WR_DIS_EFUSE_RD_DISABLE); in esp_secure_boot_enable_secure_features()
/hal_espressif-latest/components/efuse/esp32/include/
Desp_efuse_table.h22 #define ESP_EFUSE_WR_DIS_EFUSE_RD_DISABLE ESP_EFUSE_WR_DIS_RD_DIS macro
/hal_espressif-latest/components/bootloader_support/src/
Dsecure_boot.c247 secure = esp_efuse_read_field_bit(ESP_EFUSE_WR_DIS_EFUSE_RD_DISABLE); in esp_secure_boot_cfg_verify_release_mode()