/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/ |
D | slip.c | 42 int16_t SLIP_recv_byte(char byte, slip_state_t *state) in SLIP_recv_byte() argument 44 if (byte == '\xc0') { in SLIP_recv_byte() 58 if (byte == '\xdb') { in SLIP_recv_byte() 62 return byte; in SLIP_recv_byte() 64 if (byte == '\xdc') { in SLIP_recv_byte() 68 if (byte == '\xdd') { in SLIP_recv_byte()
|
D | stub_io.c | 35 uint8_t byte = READ_REG(UART_FIFO(0)) & 0xff; in uart_isr() local 36 (*s_rx_cb_func)(byte); in uart_isr() 56 uint8_t byte = READ_REG(USB_DEVICE_EP1_REG); in jtag_serial_isr() local 57 (*s_rx_cb_func)(byte); in jtag_serial_isr()
|
/hal_espressif-3.4.0/tools/cmake/scripts/ |
D | data_file_embed_asm.cmake | 4 # naming, and supports appending a null byte for embedding text as 11 # If FILE_TYPE is set to TEXT, a null byte is appended to DATA_FILE's contents 29 math(EXPR data_len "${data_len} / 2") # 2 hex bytes per byte 32 set(data "${data}00") # null-byte termination 35 ## Convert string of raw hex bytes to lines of hex bytes as gcc .byte expressions 36 string(REGEX REPLACE "................................" ".byte \\0\n" data "${data}") # 16 bytes p… 37 string(REGEX REPLACE "[^\n]+$" ".byte \\0\n" data "${data}") # last line 69 append_line(" * (null byte appended)") 82 make_and_append_identifier("${varname}_length" "not including null byte")
|
/hal_espressif-3.4.0/docs/_static/diagrams/ring-buffer/ |
D | ring_buffer_send_byte_buf.diag | 1 #Diagram demonstrating sending in byte buffer 10 #Add 18 byte item 14 #Add 3 byte item 18 #Add 27 byte item
|
D | ring_buffer_send_non_byte_buf.diag | 10 #Add 18 byte item 15 #Add 3 byte item 22 #Add 27 byte item
|
/hal_espressif-3.4.0/components/esp_system/ |
D | eh_frame_parser.c | 254 #define DW_LEB128_HIGHEST_BIT(byte) (((byte) >> 7) & 1) argument 255 #define DW_LEB128_SIGN_BIT(byte) (((byte) >> 6) & 1) argument 280 uint8_t byte = 0; in decode_leb128() local 283 byte = bytes[size++]; in decode_leb128() 284 res |= (byte & 0x7f) << shf; in decode_leb128() 286 if (DW_LEB128_HIGHEST_BIT(byte) == 0) in decode_leb128() 290 if (is_signed && shf <= DW_LEB128_MAX_SHIFT && DW_LEB128_SIGN_BIT(byte)) { in decode_leb128()
|
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/esptool/ |
D | advanced-commands.rst | 19 …verification is not usually needed. However, if you wish to perform a byte-by-byte verification of… 91 * ``--bytes 1`` sends the most common ``RDSR`` command (05h) and returns a single byte of status. 92 … both ``RDSR`` (05h) and ``RDSR2`` (35h), reads one byte of status from each, and returns a two by… 93 …5h), ``RDSR2`` (35h), and ``RDSR3`` (15h), reads one byte of status from each, and returns a 3 byt… 130 …The ``chip_id`` command allows you to read a 4 byte ID which forms part of the MAC address. It is … 132 …r bytes long, the lower three bytes are the final bytes of the MAC address. The upper byte is zero.
|
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/advanced-topics/ |
D | firmware-image-format.rst | 10 …sists of a header, a variable number of data segments and a footer. Multi-byte fields are little-e… 14 …n extended header, a variable number of data segments and a footer. Multi-byte fields are little-e… 75 …The 16-byte long extended header comes right after the image header, individual segments come righ… 113 …byte less than a multiple of 16 bytes. A last byte (thus making the file size a multiple of 16) is…
|
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | burn-block-data-cmd.rst | 22 **Example:** Write to eFuse BLOCK3 from binary file ``device_id.bin``, starting at eFuse byte offse… 45 …byte order (treating the eFuse block as if it was an array of bytes). It can be read back in firmw… 58 …k can be written at a time. The ``--offset`` argument allows writing to a byte offset inside the e…
|
D | burn-key-cmd.rst | 48 …tected. The hardware will still have access to them. These keys are burned in reversed byte order. 54 …` and ``BLOCK2`` to burn flash encryption and secure boot v2 keys because byte order will be incor… 78 …distinguish between such keys. The key purpose option determines protection and byte order for key. 101 …cept flash encryption, will be burned in direct byte order. The encryption key is written in rever… 134 … v1 features require the key to be written to the eFuse block in reversed byte order, compared to … 155 Reversing the byte order 197 Reversing the byte order 227 This example uses ``--no-read-protect`` to expose the byte order written into eFuse blocks. 243 Reversing byte order for AES-XTS hardware peripheral 249 Reversing byte order for AES-XTS hardware peripheral [all …]
|
/hal_espressif-3.4.0/components/hal/esp32/include/hal/ |
D | twai_ll.h | 582 …HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte, ((code_swapped >> (i * 8)) & 0x… in twai_ll_set_acc_filter() 583 …HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.amr[i], byte, ((mask_swapped >> (i * 8)) & 0x… in twai_ll_set_acc_filter() 618 rx_frame->bytes[i] = HAL_FORCE_READ_U32_REG_FIELD(hw->tx_rx_buffer[i], byte); in twai_ll_get_rx_buffer() 798 reg_save->acr_reg[i] = HAL_FORCE_READ_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte); in twai_ll_save_reg() 799 reg_save->amr_reg[i] = HAL_FORCE_READ_U32_REG_FIELD(hw->acceptance_filter.amr[i], byte); in twai_ll_save_reg() 825 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte, reg_save->acr_reg[i]); in twai_ll_restore_reg() 826 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.amr[i], byte, reg_save->amr_reg[i]); in twai_ll_restore_reg()
|
/hal_espressif-3.4.0/docs/en/api-reference/system/ |
D | freertos_additions.rst | 34 …an be sent or retrieved each time. Use byte buffers when separate items do not need to be maintain… 160 The following example demonstrates retrieving and returning an item from a **byte buffer** using :c… 166 //Receive data from byte buffer 194 …e the differences between No-Split and Allow-Split buffers as compared to byte buffers with regard… 202 … the diagram above, the 18, 3, and 27 byte items are **rounded up to 20, 4, and 28 bytes** respect… 205 :caption: Sending items to byte buffers 208 …does not incur any overhead (no headers). As a result, all data sent to a byte buffer is merged in… 210 Referring to the diagram above, the 18, 3, and 27 byte items are sequentially written to the byte b… 227 Allow-Split buffers and byte buffers do not allow using ``SendAcquire`` or ``SendComplete`` since a… 233 The following diagrams illustrate the differences between No-Split, Allow-Split, and byte buffers w… [all …]
|
D | app_image_format.rst | 69 3. The image has a single checksum byte after the last segment. This byte is written on a sixteen b… 70 …ll be appended. The value of SHA256 is calculated on the range from first byte and up to this fiel…
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | twai_struct.h | 163 uint32_t byte: 8; /* ACRx[7:0] Acceptance Code */ member 170 uint32_t byte: 8; /* AMRx[7:0] Acceptance Mask */ member 183 uint32_t byte: 8; /* TX/RX Byte X [7:0] */ member
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | twai_struct.h | 162 uint32_t byte: 8; /* ACRx[7:0] Acceptance Code */ member 169 uint32_t byte: 8; /* AMRx[7:0] Acceptance Mask */ member 182 uint32_t byte: 8; /* TX/RX Byte X [7:0] */ member
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | twai_struct.h | 163 uint32_t byte: 8; /* ACRx[7:0] Acceptance Code */ member 170 uint32_t byte: 8; /* AMRx[7:0] Acceptance Mask */ member 183 uint32_t byte: 8; /* TX/RX Byte X [7:0] */ member
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | twai_struct.h | 164 uint32_t byte: 8; /* ACRx[7:0] Acceptance Code */ member 171 uint32_t byte: 8; /* AMRx[7:0] Acceptance Mask */ member 184 uint32_t byte: 8; /* TX/RX Byte X [7:0] */ member
|
/hal_espressif-3.4.0/components/soc/esp32/include/soc/ |
D | twai_struct.h | 161 uint32_t byte: 8; /* ACRx[7:0] Acceptance Code */ member 168 uint32_t byte: 8; /* AMRx[7:0] Acceptance Mask */ member 181 uint32_t byte: 8; /* TX/RX Byte X [7:0] */ member
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_privacy.c | 143 UINT8 byte; in btm_ble_clear_irk_index() local 147 byte = index / 8; in btm_ble_clear_irk_index() 149 btm_cb.ble_ctr_cb.irk_list_mask[byte] &= (~(1 << bit)); in btm_ble_clear_irk_index() 165 UINT8 byte; in btm_ble_find_irk_index() local 169 byte = i / 8; in btm_ble_find_irk_index() 172 if ((btm_cb.ble_ctr_cb.irk_list_mask[byte] & (1 << bit)) == 0) { in btm_ble_find_irk_index() 173 btm_cb.ble_ctr_cb.irk_list_mask[byte] |= (1 << bit); in btm_ble_find_irk_index()
|
/hal_espressif-3.4.0/components/esp-tls/esp-tls-crypto/ |
D | esp_tls_crypto.c | 59 return Base64_Encode_NoNl((const byte *) src, (word32) slen, (byte *) dst, (word32 *) olen); in esp_crypto_base64_encode_woflSSL()
|
/hal_espressif-3.4.0/components/usb/ |
D | Kconfig | 35 - OUT non-periodic (Bulk/Control), 192 bytes (i.e., 3 x 64 byte packets) 40 - OUT non-periodic (Bulk/Control), 64 bytes (i.e., 1 x 64 byte packets) 45 - OUT non-periodic (Bulk/Control), 64 bytes (i.e., 1 x 64 byte packets)
|
/hal_espressif-3.4.0/docs/en/api-reference/network/ |
D | esp_now.rst | 24 …24 bytes 1 byte 3 bytes 4 bytes 7~255 bytes … 38 1 byte 1 byte 3 bytes 1 byte 1 byte 0~250 bytes
|
/hal_espressif-3.4.0/components/esp_system/ld/esp32c3/ |
D | memory.ld.in | 48 * are connected to the data port of the CPU and eg allow byte-wise access. 61 * has a 0x18 byte file header, and each segment has a 0x08 byte segment
|
/hal_espressif-3.4.0/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 48 * are connected to the data port of the CPU and eg allow byte-wise access. 61 * has a 0x18 byte file header, and each segment has a 0x08 byte segment
|
/hal_espressif-3.4.0/docs/zh_CN/api-reference/storage/ |
D | sdmmc.rst | 84 * - Read and write a single byte using IO_RW_DIRECT (CMD52) 87 * - Read and write multiple bytes using IO_RW_EXTENDED (CMD53) in byte mode
|