Searched full:disable_app_cpu (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 21 WR_DIS.DISABLE_APP_CPU, EFUSE_BLK0, 3, 1, [WR_DIS.CHIP_VER_DIS_APP_CPU… 81 DISABLE_APP_CPU, EFUSE_BLK0, 96, 1, [CHIP_VER_DIS_APP_CPU] Disab…
|
D | esp_efuse_table.c | 58 {EFUSE_BLK0, 3, 1}, // [WR_DIS.CHIP_VER_DIS_APP_CPU] wr_dis of DISABLE_APP_CPU, 282 static const esp_efuse_desc_t DISABLE_APP_CPU[] = { variable 494 &WR_DIS_DISABLE_APP_CPU[0], // [WR_DIS.CHIP_VER_DIS_APP_CPU] wr_dis of DISABLE_APP_CPU 774 &DISABLE_APP_CPU[0], // [CHIP_VER_DIS_APP_CPU] Disables APP CPU
|
/hal_espressif-latest/components/bootloader_support/src/esp32/ |
D | flash_encryption_secure_features.c | 86 // MAC, MAC_CRC, DISABLE_APP_CPU, DISABLE_BT, DIS_CACHE, VOL_LEVEL_HP_INV. in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32.rst | 17 …DISABLE_APP_CPU (BLOCK0): Disables APP CPU …
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | efuse_struct.h | 296 /** disable_app_cpu : R; bitpos: [0]; default: 0; 299 uint32_t disable_app_cpu:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32.yaml | 11 …DISABLE_APP_CPU : {show: y, blk : 0, word: 3, pos : 0, len : 1, start : 96, type : bool…
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 1027 ESP32: MAC, MAC_CRC, DISABLE_APP_CPU, DISABLE_BT, DIS_CACHE, VOL_LEVEL_HP_INV.
|