/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 16 …DIS_ICACHE (BLOCK0) Represents whether icache is disabled or enable… 17 1: disabled. 0: enabled 18 …DIS_TWAI (BLOCK0) Represents whether TWAI function is disabled or… 19 abled. 1: disabled. 0: enabled 20 …LOCK0) Represents whether direct boot mode is disabled or = False R/W (0… 21 enabled. 1: disabled. 0: enabled 55 … equal to 0 is enabled or disabled. 1: enabled. 0: 56 disabled 57 …SOFT_DIS_JTAG (BLOCK0) Represents whether JTAG is disabled in soft way… 58 dd number: disabled. Even number: enabled [all …]
|
D | summary_ESP32-H2.rst | 14 …DIS_ICACHE (BLOCK0) Represents whether icache is disabled or enable… 15 1: disabled. 0: enabled 17 d. 1: enabled. 0: disabled 18 …DIS_TWAI (BLOCK0) Represents whether TWAI function is disabled or… 19 abled. 1: disabled. 0: enabled 20 …LOCK0) Represents whether direct boot mode is disabled or = False R/W (0… 21 enabled. 1: disabled. 0: enabled 58 …SOFT_DIS_JTAG (BLOCK0) Represents whether JTAG is disabled in soft way… 59 dd number: disabled. Even number: enabled 60 …DIS_PAD_JTAG (BLOCK0) Represents whether JTAG is disabled in the hard… [all …]
|
D | summary_ESP32-P4.rst | 15 d. 1: enabled. 0: disabled 16 …DIS_TWAI (BLOCK0) Represents whether TWAI function is disabled or… 17 abled. 1: disabled. 0: enabled 28 …LOCK0) Represents whether direct boot mode is disabled or = False R/W (0… 29 enabled. 1: disabled. 0: enabled 35 … esponding PAD is enabled. 1: enabled. 0:disabled 69 … equal to 0 is enabled or disabled. 1: enabled. 0: 70 disabled 71 …SOFT_DIS_JTAG (BLOCK0) Represents whether JTAG is disabled in soft way… 72 dd number: disabled. Even number: enabled [all …]
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 112 … EFUSE_BLK0, 40, 1, [] Represents whether icache is disabled or enabled. 1: disabled. 0: e… 113 …[] Represents whether the function of usb switch to jtag is disabled or enabled. 1: disabled. 0: e… 114 …USE_BLK0, 42, 1, [] Represents whether icache is disabled or enabled in Download mode. 1: disab… 115 …SE_BLK0, 43, 1, [] Represents whether USB-Serial-JTAG is disabled or enabled. 1: disabled. 0: e… 116 …whether the function that forces chip into download mode is disabled or enabled. 1: disabled. 0: e… 117 …esents whether SPI0 controller during boot_mode_download is disabled or enabled. 1: disabled. 0: e… 118 …K0, 46, 1, [DIS_CAN] Represents whether TWAI function is disabled or enabled. 1: disabled. 0: e… 119 …_DIS_PAD_JTAG and EFUSE_DIS_USB_JTAG are equal to 0 is enabled or disabled. 1: enabled. 0: disabled 120 … EFUSE_BLK0, 48, 3, [] Represents whether JTAG is disabled in soft way. Odd number: disabled.… 121 …FUSE_BLK0, 51, 1, [] Represents whether JTAG is disabled in the hard way(permanently). 1: disab… [all …]
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 112 … EFUSE_BLK0, 40, 1, [] Represents whether icache is disabled or enabled. 1: disabled. 0: e… 113 …[] Represents whether the function of usb switch to jtag is disabled or enabled. 1: disabled. 0: e… 114 …USE_BLK0, 42, 1, [] Represents whether power glitch function is enabled. 1: enabled. 0: disabled 115 …whether the function that forces chip into download mode is disabled or enabled. 1: disabled. 0: e… 116 …esents whether SPI0 controller during boot_mode_download is disabled or enabled. 1: disabled. 0: e… 117 …K0, 46, 1, [DIS_CAN] Represents whether TWAI function is disabled or enabled. 1: disabled. 0: e… 119 … EFUSE_BLK0, 48, 3, [] Represents whether JTAG is disabled in soft way. Odd number: disabled.… 120 …FUSE_BLK0, 51, 1, [] Represents whether JTAG is disabled in the hard way(permanently). 1: disab… 121 …[] Represents whether flash encrypt function is disabled or enabled(except in SPI boot mode). 1: d… 139 … EFUSE_BLK0, 115, 1, [] Represents whether anti-dpa attack is enabled. 1:enabled. 0: disabled [all …]
|
/hal_espressif-latest/components/esp_hw_support/ |
D | intr_alloc.c | 56 int disabled: 1; member 435 if (!sh_vec->disabled) { in shared_intr_isr() 570 sh_vec->disabled = 0; in esp_intr_alloc_intrstatus() 813 handle->shared_vector_desc->disabled = 0; in esp_intr_enable() 840 bool disabled = 1; in esp_intr_disable() local 842 handle->shared_vector_desc->disabled = 1; in esp_intr_disable() 848 if (svd->source == source && svd->disabled == 0) { in esp_intr_disable() 849 disabled = 0; in esp_intr_disable() 859 if (disabled) { in esp_intr_disable()
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 91 encryption and this will be automatically disabled if this workaround is selected. 120 … Putting these function in IRAM will allow them to be called when flash cache is disabled 130 … Putting these function in IRAM will allow them to be called when flash cache is disabled 139 … Putting these function in IRAM will allow them to be called when flash cache is disabled 149 … Putting these function in IRAM will allow them to be called when flash cache is disabled 160 … Putting these function in IRAM will allow them to be called when flash cache is disabled 171 … Putting these function in IRAM will allow them to be called when flash cache is disabled 180 … Putting these function in IRAM will allow them to be called when flash cache is disabled 192 … Putting these function in IRAM will allow them to be called when flash cache is disabled 201 … Putting these function in IRAM will allow them to be called when flash cache is disabled [all …]
|
/hal_espressif-latest/components/esp_phy/ |
D | Kconfig | 10 If this option is disabled, full calibration will be performed. 98 bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled" 103 down when PHY is disabled. Enabling this setting reduces power consumption 126 …Note: This option can be disabled to increase WiFi performance. However, disabling this option wil…
|
/hal_espressif-latest/components/esp_netif/ |
D | Kconfig | 8 The value of 0 indicates the IP lost timer is disabled, otherwise the timer is enabled. 44 …This option is disabled by default due to backward compatibility and will be enabled in v6.0 (IDF-…
|
/hal_espressif-latest/components/hal/ |
D | Kconfig | 9 e.g. If the system assertion is disabled, then the HAL 11 is enable, then the HAL assertion can still be disabled
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.memory | 14 … If this option is disabled, the DRAM part of the heap starts right after the .bss section,
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | Kconfig.memory | 14 … If this option is disabled, the DRAM part of the heap starts right after the .bss section,
|
/hal_espressif-latest/components/newlib/ |
D | Kconfig | 67 in ROM can also run when flash instruction cache is disabled. 75 option disabled.
|
/hal_espressif-latest/components/log/ |
D | README.rst | 51 …ersions are used in some places where logging may occur with interrupts disabled or with flash cac… 55 …Inside critical sections interrupts are disabled so it's only possible to use ``ESP_DRAM_LOGx`` (p…
|
/hal_espressif-latest/components/esp_pm/ |
D | Kconfig | 22 If disabled, DFS will not be active until the application 36 overhead, so should typically be disabled in production builds. 47 of power management implementation, and should be kept disabled in
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 106 XMC chips will be forbidden to be used, when this option is disabled. 137 VDDSDIO regulator is disabled via eFuse. 272 … If this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling 379 # only available if both Secure Boot and Check Signature on Boot are disabled 401 # only available if both Secure Boot and Check Signature on Boot are disabled 450 If this option is disabled, the custom data will not be taken into account when 619 … If hardware secure boot is enabled, this option is always enabled and cannot be disabled. 621 users will want to leave it disabled. 633 … If hardware secure boot is enabled, this option is always enabled and cannot be disabled. 650 … When enabling secure boot, JTAG and ROM BASIC Interpreter are permanently disabled by default. [all …]
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 58 … # For ESP32-S3, it's enabled by default. For later chips it should be disabled by default 91 This option is disabled by default because it is supported only 275 disabled for shorter duration. 286 bool "Flash timeout checkout disabled" 387 memory from IRAM region (~1KB) then this config can be disabled.
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-commands.rst | 67 …Flashing into the bootloader region (``0x0`` -> ``0x8000``) is disabled by default if active `Secu… 78 …disabled, if `Flash Encryption <https://docs.espressif.com/projects/esp-idf/en/latest/{IDF_TARGET_… 82 …ncrypted firmware (bootloader, application, etc.) without the ``--encrypt`` option is disabled, if: 85 …/security/flash-encryption.html>`_ is enabled but Encrypted Download is disabled (efuse bit ``EFUS… 149 …Erasing the flash chip is disabled by default if either active `Secure Boot <https://docs.espressi…
|
/hal_espressif-latest/components/esp_psram/esp32s2/ |
D | Kconfig.spiram | 40 … This should only be used for tasks where the stack is never accessed while the cache is disabled.
|
/hal_espressif-latest/components/efuse/ |
D | Kconfig | 23 to RAM instead of eFuse registers, all permanent changes (via eFuse) are disabled.
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | Kconfig.memory | 17 … If this option is disabled, the DRAM part of the heap starts right after the .bss section,
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 87 Setting 0 will disable bootstrapping (if disabled, the crystal may take 360 … The app's maximum baud rate depends on the UART clock source. If Power Management is disabled, 409 Also detect if interrupts on CPU 1 are disabled for too long. 504 … If this option is disabled (default), the panic handler code is placed in flash not IRAM. 505 This means that if ESP-IDF crashes while flash cache is disabled, the panic handler will 511 …disabled (for example, when writing to SPI flash) or when flash cache is corrupted when an excepti…
|
/hal_espressif-latest/components/esp_adc/ |
D | Kconfig | 16 will be available when the cache is disabled.
|
/hal_espressif-latest/components/esp_psram/esp32s3/ |
D | Kconfig.spiram | 49 … This should only be used for tasks where the stack is never accessed while the cache is disabled.
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 369 … until the scanning is disabled. Duplicate advertisements for this period should not be sent to the 406 …minimize collision of scan request PDUs from nultiple scanners. If scan backoff is disabled, in ac… 415 If disabled, only basic checks are applied, improving compatibility. 483 … If this option is disabled, The Controller will not start the LE authenticated payload timer.
|