Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-key-digest-cmd.rst56 [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
Dburn-bit-cmd.rst33 [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
Dburn-custom-mac-cmd.rst37 [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
Dset-flash-voltage-cmd.rst113 [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
Dread-write-protections-cmd.rst53 [00] BLOCK0 is empty, will burn the new value
73 [00] BLOCK0 is empty, will burn the new value
Dburn-key-cmd.rst184 [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
Dburn-block-data-cmd.rst33 [03] BLOCK3 is empty, will burn the new value
Dburn-efuse-cmd.rst40 [00] BLOCK0 is empty, will burn the new value
/hal_espressif-latest/components/esp_rom/include/
Desp_rom_lldesc.h38 volatile uint32_t empty; member
/hal_espressif-latest/components/esp_system/port/soc/linux/
DKconfig.cpu1 # 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/
Dap_config.c115 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/
Duhci_struct.h149 … 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/
Duhci_struct.h140 uint32_t empty: 1; member
157 uint32_t empty: 1; member
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst221 * 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/
Desp_aes.c131 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/
DKconfig40 in case if flash is empty, from real eFuse to RAM and then update flash.
/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c324 s_dma_descr_buf.empty = (uint32_t)(&s_dma_descr_input); in esp_sha_dma_process()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsdio_slave_ll.h57 volatile uint32_t empty; member
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdio_slave_ll.h57 volatile uint32_t empty; member
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dsections.ld.in157 /* 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/
Dtest_esptool.py1017 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/
Dsections.ld.in305 /* 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/
Dsections.ld.in305 /* 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/
Dsections.ld.in270 /* 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/
Dsections.ld.in307 /* 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

12