/hal_espressif-latest/components/bt/host/bluedroid/device/ |
D | bdaddr.c | 43 bool bdaddr_equals(const bt_bdaddr_t *first, const bt_bdaddr_t *second) in bdaddr_equals() argument 45 assert(first != NULL); in bdaddr_equals() 48 return memcmp(first, second, sizeof(bt_bdaddr_t)) == 0; in bdaddr_equals()
|
/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/ |
D | bdaddr.h | 40 bool bdaddr_equals(const bt_bdaddr_t *first, const bt_bdaddr_t *second);
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | memory.ld.in | 81 * If rodata default segment is placed in `drom0_0_seg`, then flash's first rodata section must 82 * also be first in the segment.
|
D | sections.ld.in | 142 * resolved by addr2line in preference to the first symbol in 169 …*(.rodata_desc .rodata_desc.*) /* Should be the first. App version info. DO …
|
/hal_espressif-latest/components/hal/ |
D | sdio_slave_hal.c | 183 sdio_slave_hal_send_desc_t *first = NULL, *last = NULL; in init_send_queue() local 200 first = NULL; in init_send_queue() 203 rcv_res = sdio_ringbuf_recv(buf, &first, &last, RINGBUF_GET_ALL); in init_send_queue() 205 HAL_ASSERT(first == last); //there should be only one desc remain in init_send_queue() 206 sdio_ringbuf_return(buf, (uint8_t *) first); in init_send_queue()
|
/hal_espressif-latest/zephyr/ |
D | Kconfig | 108 CPU will run rom code (deepsleep) or ram code (lightsleep) first, and then load or execute 111 Some flash chips need sufficient time to pass between power on and first read operation.
|
/hal_espressif-latest/components/bt/porting/include/os/ |
D | os_mbuf.h | 620 void r_os_mbuf_concat(struct os_mbuf *first, struct os_mbuf *second); 1052 void os_mbuf_concat(struct os_mbuf *first, struct os_mbuf *second);
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | memory.ld.in | 128 * If rodata default segment is placed in `drom_seg`, then flash's first rodata section must 129 * also be first in the segment.
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 123 * If rodata default segment is placed in `drom_seg`, then flash's first rodata section must 124 * also be first in the segment.
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | memory.ld.in | 113 * If rodata default segment is placed in `drom0_0_seg`, then flash's first rodata section must 114 * also be first in the segment.
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 58 as the first argument.
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 294 …This state prevents the re-run of this app. After the first boot of the new app in the user code, … 298 …Note: If during the first boot a new app the power goes out or the WDT works, then roll back will … 370 partition as this would skip the validation upon first load of the new 644 Build a bootloader which enables Secure Boot on first boot. 673 Build a bootloader which enables secure boot version 1 on first boot. 680 Build a bootloader which enables Secure Boot version 2 on first boot. 693 …On first boot, the bootloader will generate a key which is not readable externally or by software.… 697 …Enabling this option means that the bootloader cannot be changed after the first time it is booted. 814 If this option is set, flash contents will be encrypted by the bootloader on first boot. 816 … Note: After first boot, the system will be permanently encrypted. Re-flashing an encrypted [all …]
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | memory.ld.in | 151 * If rodata default segment is placed in `drom0_0_seg`, then flash's first rodata section must 152 * also be first in the segment.
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | Kconfig.system | 58 If set, the first time the app boots it will disable the BASIC ROM Console
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flasher-stub.rst | 12 When ``esptool.py`` connects to a chip, it first uploads the flasher stub, which basically replaces…
|
D | advanced-commands.rst | 61 …s problem, a program can be compiled with ``ets_delay_us(1)`` as the very first statement after th… 110 …ds to be sent to the chip. If ``--bytes 2`` is used then ``WRSR`` is sent first with a 16-bit argu…
|
/hal_espressif-latest/components/hal/include/hal/ |
D | readme.md | 12 This layer should be all static inline. The first argument of LL functions is usually a pointer to …
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | memory.ld.in | 156 * If rodata default segment is placed in `drom0_0_seg`, then flash's first rodata section must 157 * also be first in the segment.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | Kconfig.rtc | 19 … To be able to select this option, please select `RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED` first.
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | __init__.py | 1144 first = True 1153 if not first: 1167 if first: 1170 first = False
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | memory.ld.in | 169 * If rodata default segment is placed in `drom0_0_seg`, then flash's first rodata section must 170 * also be first in the segment.
|
/hal_espressif-latest/components/bootloader/subproject/ |
D | CMakeLists.txt | 173 "* IMPORTANT: After first boot, BOOTLOADER CANNOT BE RE-FLASHED on same device" 200 "* After first boot, only re-flashes of this kind (with same key) will be accepted."
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 81 To use the tool, first install ``pre-commit``. Then enable the ``pre-commit`` and ``commit-msg`` gi… 88 On the first commit ``pre-commit`` will install the hooks, subsequent checks will be significantly … 180 Once the Pull Request is ready to merge, it will first be merged into our internal git system for i…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-key-cmd.rst | 66 :esp32s2 or esp32s3: - XTS_AES_256_KEY_1. The first 256 bits of 512bit flash encryption key. 104 …- SECURE_BOOT_DIGEST. Secure boot key. The first 128 bits of key will be burned to the high part o… 246 …first 256 bit of the key goes to given BLOCK (here it is ``BLOCK_KEY0``) with key purpose = ``XTS_…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/ |
D | index.rst | 26 The above command first extracts the public key from the HSM, generates a signature for an image us…
|