/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-key-digest-cmd.rst | 56 [00] BLOCK0 is empty, will burn the new value 57 [02] BLOCK2 is empty, will burn the new value 88 [00] BLOCK0 is empty, will burn the new value 89 [03] BLOCK_KEY0 is empty, will burn the new value 142 [00] BLOCK0 is empty, will burn the new value 143 [04] BLOCK_KEY0 is empty, will burn the new value 144 [05] BLOCK_KEY1 is empty, will burn the new value 145 [06] BLOCK_KEY2 is empty, will burn the new value
|
D | burn-bit-cmd.rst | 33 [02] BLOCK2 is empty, will burn the new value 66 [02] BLOCK2 is empty, will burn the new value 67 [03] BLOCK3 is empty, will burn the new value
|
D | burn-custom-mac-cmd.rst | 37 [03] BLOCK3 is empty, will burn the new value 73 [00] BLOCK0 is not empty 77 [01] BLOCK1 is empty, will burn the new value 107 [03] BLOCK_USR_DATA is empty, will burn the new value
|
D | set-flash-voltage-cmd.rst | 113 [00] BLOCK0 is empty, will burn the new value 134 [00] BLOCK0 is empty, will burn the new value 154 [00] BLOCK0 is empty, will burn the new value
|
D | read-write-protections-cmd.rst | 53 [00] BLOCK0 is empty, will burn the new value 73 [00] BLOCK0 is empty, will burn the new value
|
D | burn-key-cmd.rst | 184 [00] BLOCK0 is empty, will burn the new value 185 [01] BLOCK1 is empty, will burn the new value 226 [01] BLOCK1 is empty, will burn the new value 280 [00] BLOCK0 is empty, will burn the new value 281 [04] BLOCK_KEY0 is empty, will burn the new value 282 [05] BLOCK_KEY1 is empty, will burn the new value 337 [00] BLOCK0 is empty, will burn the new value 338 [03] BLOCK_KEY0 is empty, will burn the new value
|
D | burn-block-data-cmd.rst | 33 [03] BLOCK3 is empty, will burn the new value
|
D | burn-efuse-cmd.rst | 40 [00] BLOCK0 is empty, will burn the new value
|
/hal_espressif-latest/components/esp_rom/include/ |
D | esp_rom_lldesc.h | 38 volatile uint32_t empty; member
|
/hal_espressif-latest/components/esp_system/port/soc/linux/ |
D | Kconfig.cpu | 1 # The CPU frequency is never really used, except in some xtensa timer headers, so it's empty for Li…
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ap_config.c | 115 u8 empty[ETH_ALEN]; in hostapd_mac_comp_empty() local 117 os_bzero(empty, ETH_ALEN); in hostapd_mac_comp_empty() 119 return memcmp(a, empty, ETH_ALEN); in hostapd_mac_comp_empty()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | uhci_struct.h | 149 … uint32_t empty: 1; /*1:DMA in link descriptor's fifo is empty.*/ member 166 uint32_t empty: 1; member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | uhci_struct.h | 140 uint32_t empty: 1; member 157 uint32_t empty: 1; member
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 221 * Both non-empty payload and associated data (it encrypts and 224 * Non-empty payload and empty associated data (it encrypts and 227 * Non-empty associated data and empty payload (it degenerates to an
|
/hal_espressif-latest/components/mbedtls/port/aes/dma/ |
D | esp_aes.c | 131 while (it->empty != 0) { in lldesc_append() 132 it = (lldesc_t *)it->empty; in lldesc_append() 135 it->empty = (uint32_t)item; in lldesc_append()
|
/hal_espressif-latest/components/efuse/ |
D | Kconfig | 40 in case if flash is empty, from real eFuse to RAM and then update flash.
|
/hal_espressif-latest/components/mbedtls/port/sha/dma/ |
D | sha.c | 324 s_dma_descr_buf.empty = (uint32_t)(&s_dma_descr_input); in esp_sha_dma_process()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | sdio_slave_ll.h | 57 volatile uint32_t empty; member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | sdio_slave_ll.h | 57 volatile uint32_t empty; member
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 157 /* Create an empty gap as big as .flash.text section */ 172 /* Create an empty gap within this section. Thanks to this, the end of this
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_esptool.py | 1017 empty = self.readback(0x10000, 0x400) 1018 assert empty == b"\xFF" * 0x400 1028 empty = self.readback(0x10000, 0x1000) 1029 assert empty == b"\xFF" * 0x1000
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 305 /* Create an empty gap as big as .flash.text section */ 320 /* Create an empty gap within this section. Thanks to this, the end of this
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 305 /* Create an empty gap as big as .flash.text section */ 320 /* Create an empty gap within this section. Thanks to this, the end of this
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 270 /* Create an empty gap as big as .flash.text section */ 285 /* Create an empty gap within this section. Thanks to this, the end of this
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 307 /* Create an empty gap as big as .flash.text section */ 322 /* Create an empty gap within this section. Thanks to this, the end of this
|