Searched full:dis_app_cpu (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bootloader_support/src/esp32s3/ |
D | flash_encryption_secure_features.c | 55 // DIS_FORCE_DOWNLOAD, DIS_USB_OTG, DIS_TWAI, DIS_APP_CPU, DIS_PAD_JTAG, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 23 WR_DIS.DIS_APP_CPU, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_APP_CPU 140 DIS_APP_CPU, EFUSE_BLK0, 47, 1, [] Disable app cpu
|
D | esp_efuse_table.c | 55 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_APP_CPU, 522 static const esp_efuse_desc_t DIS_APP_CPU[] = { variable 977 &WR_DIS_DIS_APP_CPU[0], // [] wr_dis of DIS_APP_CPU 1562 &DIS_APP_CPU[0], // [] Disable app cpu
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S3.rst | 17 …DIS_APP_CPU (BLOCK0) Disable app cpu …
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 230 sc = self.read_efuse(3) & (1 << 0) # single core, CHIP_VER DIS_APP_CPU
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 1044 DIS_FORCE_DOWNLOAD, DIS_USB_OTG, DIS_TWAI, DIS_APP_CPU, DIS_PAD_JTAG,
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 215 /** dis_app_cpu : RO; bitpos: [15]; default: 0; 218 uint32_t dis_app_cpu:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s3.yaml | 13 …DIS_APP_CPU : {show: y, blk : 0, word: 1, pos: 15, len : 1, start : 47, type…
|