/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | rtc_wdt.c | 40 bool protect = rtc_wdt_get_protect_status(); in rtc_wdt_disable() local 41 if (protect) { in rtc_wdt_disable() 51 if (protect) { in rtc_wdt_disable() 58 bool protect = rtc_wdt_get_protect_status(); in rtc_wdt_feed() local 59 if (protect) { in rtc_wdt_feed() 63 if (protect) { in rtc_wdt_feed()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/ |
D | rtc_wdt.c | 41 bool protect = rtc_wdt_get_protect_status(); in rtc_wdt_disable() local 42 if (protect) { in rtc_wdt_disable() 52 if (protect) { in rtc_wdt_disable() 59 bool protect = rtc_wdt_get_protect_status(); in rtc_wdt_feed() local 60 if (protect) { in rtc_wdt_feed() 64 if (protect) { in rtc_wdt_feed()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | burn-key-cmd.rst | 36 …:esp32: - ``--no-protect-key``. Disable default read and write protecting of the key. If this opti… 37 …:not esp32: - ``--no-write-protect``. Disable write-protecting of the key. The key remains writabl… 38 …protect``. Disable read-protecting of the key. The key remains readable software. The key with key… 58 …se key purpose is burned as well with write protection (the ``--no-write-protect`` flag has no eff… 97 All keys will be burned with write protection if ``--no-write-protect`` is not used. 99 Only flash encryption key is read protected if ``--no-read-protect`` is not used. 118 …The ``--no-protect-key`` option will disable this behaviour (you can separately read or write prot… 122 …The ``--no-read-protect`` and ``--no-write-protect`` options will disable this behaviour (you can … 192 > espefuse.py burn_key flash_encryption 256bit_fe_key.bin --no-protect-key 199 Key is left unprotected as per --no-protect-key argument. [all …]
|
D | burn-key-digest-cmd.rst | 24 :esp32: - ``--no-protect-key``. Disable default read and write protecting of the key. 25 …:not esp32: - ``--no-write-protect``. Disable write-protecting of the key. The key remains writabl… 26 …:not esp32: - ``--no-read-protect``. Disable read-protecting of the key. This option does not chan…
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | esp_function_with_shared_stack.rst | 19 a mutex object allocated by the caller, which is used to protect if 44 //Allocate a mutex to protect its usage:
|
D | efuse.rst | 211 …Coding schemes are used to protect against data corruption. {IDF_TARGET_NAME} supports two coding …
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_source.c | 784 UINT8 protect = 0; in btc_a2dp_source_enc_update() local 873 protect |= 1; in btc_a2dp_source_enc_update() 881 protect |= 2; in btc_a2dp_source_enc_update() 884 protect |= 3; in btc_a2dp_source_enc_update() 890 if (protect == 3) { in btc_a2dp_source_enc_update()
|
/hal_espressif-3.6.0/components/spi_flash/include/ |
D | esp_flash.h | 274 … esp_flash_set_protected_region(esp_flash_t *chip, const esp_flash_region_t *region, bool protect);
|
/hal_espressif-3.6.0/docs/en/api-reference/network/ |
D | esp_now.rst | 10 CTR with CBC-MAC Protocol(CCMP) is used to protect the action frame for security. ESP-NOW is widely… 52 ESP-NOW uses the CCMP method, which is described in IEEE Std. 802.11-2012, to protect the vendor-sp…
|
/hal_espressif-3.6.0/components/mqtt/ |
D | Kconfig | 111 … Default config employs API locks to protect internal structures. It is possible to disable
|
/hal_espressif-3.6.0/examples/storage/sd_card/sdspi/ |
D | README.md | 28 This example doesn't utilize card detect (CD) and write protect (WP) signals from SD card slot.
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | esp_flash_api.c | 759 …R esp_flash_set_protected_region(esp_flash_t *chip, const esp_flash_region_t *region, bool protect) in esp_flash_set_protected_region() argument 778 if (protect) { in esp_flash_set_protected_region()
|
/hal_espressif-3.6.0/examples/storage/sd_card/sdmmc/ |
D | README.md | 37 This example doesn't utilize card detect (CD) and write protect (WP) signals from SD card slot.
|
/hal_espressif-3.6.0/components/esptool_py/ |
D | LICENSE | 28 To protect your rights, we need to make restrictions that forbid 39 We protect your rights with two steps: (1) copyright the software, and
|
/hal_espressif-3.6.0/components/esptool_py/esptool/ |
D | LICENSE | 28 To protect your rights, we need to make restrictions that forbid 39 We protect your rights with two steps: (1) copyright the software, and
|
/hal_espressif-3.6.0/docs/en/security/ |
D | flash-encryption.rst | 438 Once the flash encryption is enabled in Release mode, the bootloader will write-protect the ``{IDF_… 815 … any of these features enabled by burning only selected eFuses and write-protect the rest of eFuse… 835 … bit. It means that write-protecting one eFuse bit will inevitably write-protect all unset eFuse b… 859 …It is possible to burn this eFuse manually and write protect it before the first boot in order to … 861 …It is strongly recommended to never write-protect ``FLASH_CRYPT_CONFIG`` when it is unset. Otherwi…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/ |
D | ESP32_SSP.md | 30 …s to simplify the pairing procedure for the user. Secondary goals are to protect against passive e…
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | fatal-errors.rst | 408 Stack smashing protect failure!
|
/hal_espressif-3.6.0/examples/network/simple_sniffer/ |
D | README.md | 317 - To protect the SD card, we recommand you to execute command `unmount sd` before you plug out your…
|
/hal_espressif-3.6.0/components/usb/ |
D | maintainers.md | 141 …an be executed at any one time. Therefore HCD internally used a mutex to protect against concurren…
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | touch_element.rst | 335 …isabled when the guard sensor is triggered by a stream of water so as to protect the touch element.
|
/hal_espressif-3.6.0/components/bt/controller/esp32/ |
D | Kconfig.in | 128 To protect from BIAS attack during Legacy authentication,
|
/hal_espressif-3.6.0/docs/en/hw-reference/esp32/ |
D | get-started-ethernet-kit-v1.0.rst | 106 Magnetics Module The Magnetics are part of the Ethernet specification to protect against faults …
|
D | get-started-ethernet-kit.rst | 114 Magnetics Module The Magnetics are part of the Ethernet specification to protect against faults …
|
D | get-started-ethernet-kit-v1.1.rst | 102 Magnetics Module The Magnetics are part of the Ethernet specification to protect against faults …
|