Home
last modified time | relevance | path

Searched full:powerglitch_en (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/esp32h2/
Dflash_encryption_secure_features.c46 // 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/
Desp_efuse_table.csv18 WR_DIS.POWERGLITCH_EN, EFUSE_BLK0, 2, 1, [] wr_dis of POWERGLITCH_EN
114 POWERGLITCH_EN, EFUSE_BLK0, 42, 1, [] Represents whether power …
Desp_efuse_table.c35 {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/
Dsummary_ESP32-H2.rst16POWERGLITCH_EN (BLOCK0) Represents whether power glitch function is ena…
Dsummary_ESP32-P4.rst14POWERGLITCH_EN (BLOCK0) Represents whether power glitch function is ena…
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Defuse_struct.h196 /** powerglitch_en : RO; bitpos: [10]; default: 0;
199 uint32_t powerglitch_en:1; member
1642 * Indicates a programming error of POWERGLITCH_EN.
Defuse_reg.h1810 * Indicates a programming error of POWERGLITCH_EN.
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h254 /** 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.
Defuse_reg.h1913 * If POWERGLITCH_EN is 1, then it indicates a programming error.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild1036 … ESP32-H2: DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS,
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h471 /** powerglitch_en : RO; bitpos: [30]; default: 0;
474 uint32_t powerglitch_en:1; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/
Desp32c3.yaml22POWERGLITCH_EN : {show: n, blk : 0, word: 1, pos: 29, len : 1, start : 61, type…
Desp32h2.yaml8POWERGLITCH_EN : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type…
Desp32p4.yaml8POWERGLITCH_EN : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type…
Desp32s3.yaml67POWERGLITCH_EN : {show: n, blk : 0, word: 4, pos: 30, len : 1, start: 158, type…