Searched full:powerglitch_en (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/bootloader_support/src/esp32h2/ |
D | flash_encryption_secure_features.c | 46 // DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 18 WR_DIS.POWERGLITCH_EN, EFUSE_BLK0, 2, 1, [] wr_dis of POWERGLITCH_EN 114 POWERGLITCH_EN, EFUSE_BLK0, 42, 1, [] Represents whether power …
|
D | esp_efuse_table.c | 35 {EFUSE_BLK0, 2, 1}, // [] wr_dis of POWERGLITCH_EN, 418 static const esp_efuse_desc_t POWERGLITCH_EN[] = { variable 785 &WR_DIS_POWERGLITCH_EN[0], // [] wr_dis of POWERGLITCH_EN 1265 …&POWERGLITCH_EN[0], // [] Represents whether power glitch function is enabled. 1: enabled. 0:…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-H2.rst | 16 …POWERGLITCH_EN (BLOCK0) Represents whether power glitch function is ena…
|
D | summary_ESP32-P4.rst | 14 …POWERGLITCH_EN (BLOCK0) Represents whether power glitch function is ena…
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 196 /** powerglitch_en : RO; bitpos: [10]; default: 0; 199 uint32_t powerglitch_en:1; member 1642 * Indicates a programming error of POWERGLITCH_EN.
|
D | efuse_reg.h | 1810 * Indicates a programming error of POWERGLITCH_EN.
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 254 /** powerglitch_en : RO; bitpos: [29]; default: 0; 257 uint32_t powerglitch_en:1; member 1695 * If POWERGLITCH_EN is 1, then it indicates a programming error.
|
D | efuse_reg.h | 1913 * If POWERGLITCH_EN is 1, then it indicates a programming error.
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 1036 … ESP32-H2: DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS,
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 471 /** powerglitch_en : RO; bitpos: [30]; default: 0; 474 uint32_t powerglitch_en:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 22 …POWERGLITCH_EN : {show: n, blk : 0, word: 1, pos: 29, len : 1, start : 61, type…
|
D | esp32h2.yaml | 8 …POWERGLITCH_EN : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type…
|
D | esp32p4.yaml | 8 …POWERGLITCH_EN : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type…
|
D | esp32s3.yaml | 67 …POWERGLITCH_EN : {show: n, blk : 0, word: 4, pos: 30, len : 1, start: 158, type…
|