Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-latest/components/esp_system/port/
Dusb_console.c334 …size_t sent = cdc_acm_fifo_fill(s_cdc_acm_device, (const uint8_t*) s_usb_tx_buf, s_usb_tx_buf_pos); in esp_usb_console_flush_internal() local
335 if (sent == last_write_size) { in esp_usb_console_flush_internal()
339 } else if (sent == 0) { in esp_usb_console_flush_internal()
349 memmove(s_usb_tx_buf, s_usb_tx_buf + sent, s_usb_tx_buf_pos - sent); in esp_usb_console_flush_internal()
350 s_usb_tx_buf_pos = s_usb_tx_buf_pos - sent; in esp_usb_console_flush_internal()
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dspi-flash-modes.rst46 All of these signals are unidirectional. In single SPI mode, data is sent from the device to the ho…
55 …ad" (3BH) command to read data. Each read command and the read address is sent from the host to th…
58 … to read data. Each read command is sent from the host to the flash chip via normal SPI, but then …
87 …s their chip differently. Most flash chips require certain commands to be sent in order to enable …
99 …low the data is cached transparently in RAM. Flash read commands are only sent went a cache miss o…
Dserial-protocol.rst61 Each received command will result in a response SLIP packet sent from the ESP chip to the host. Con…
321 …ystal and 115200bps with a 40MHz crystal. However the sync packets can be sent at any baud rate, a…
322 …ET_NAME} always initialises at 115200bps. However the sync packets can be sent at any baud rate, a…
325 …C0``), indicating that it is now running. This is the only unsolicited packet ever sent by the ESP.
346sent which contains basic parameters for the flash erase size, start address to write to, etc. The…
347 * One or more _DATA commands (FLASH_DATA, etc) is sent where the data payload contains the actual …
349 * An _END command (FLASH_END, etc) is sent to exit the bootloader and optionally reset the chip (o…
392 …M loader this command is not supported (SPI flash is enabled when the FLASH_BEGIN command is sent).
456 …6 byte MD5 digest of all the data which was read from flash. This is also sent as a raw SLIP packe…
467 …first group of arguments (before the command). This will dump all traffic sent and received via th…
[all …]
/hal_espressif-latest/components/newlib/
DKconfig7 This option allows configuring the desired line endings sent to UART
13 LF: no modification is applied, stdout is sent as is
37 LF: no modification is applied, input is sent to stdin as is
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c362 bool sent = false; in hci_adv_flow_try_send_command() local
379 sent = btsnd_hcic_ble_update_adv_report_flow_control(credits_released, static_buffer); in hci_adv_flow_try_send_command()
381 sent = btsnd_hcic_ble_update_adv_report_flow_control(credits_released, NULL); in hci_adv_flow_try_send_command()
384 return sent; in hci_adv_flow_try_send_command()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c1028 ssize_t sent = 0, write_size = 0; in l2cap_vfs_write() local
1041 sent = -1; in l2cap_vfs_write()
1048 memcpy((UINT8 *)(p_buf + 1), data + sent, write_size); in l2cap_vfs_write()
1068 sent = -1; in l2cap_vfs_write()
1075 sent = -1; in l2cap_vfs_write()
1082 sent += write_size; in l2cap_vfs_write()
1088 sent = -1; in l2cap_vfs_write()
1100 return sent; in l2cap_vfs_write()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst110 …` (31h), and ``WRSR3`` (11h) commands to be sent to the chip. If ``--bytes 2`` is used then ``WRSR…
113 …e ``--non-volatile`` option is not supplied, a ``WEVSR`` (50h) command is sent instead of ``WREN``.
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c1095 BOOLEAN sent = FALSE; in gatt_cl_send_next_cmd_inq() local
1100 while (!sent && in gatt_cl_send_next_cmd_inq()
1106 sent = TRUE; in gatt_cl_send_next_cmd_inq()
1121 sent = FALSE; in gatt_cl_send_next_cmd_inq()
1137 return sent; in gatt_cl_send_next_cmd_inq()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c1455 ssize_t sent = 0; in spp_vfs_write() local
1471 done = xRingbufferSend(slot->ringbuf_write, (void *)data + sent, item_size, 0); in spp_vfs_write()
1474 done = xRingbufferSend(slot->ringbuf_write, (void *)data + sent, item_size, 0); in spp_vfs_write()
1478 sent += item_size; in spp_vfs_write()
1498 sent = -1; in spp_vfs_write()
1505 sent = -1; in spp_vfs_write()
1511 sent = -1; in spp_vfs_write()
1516 return sent; in spp_vfs_write()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c351 BOOLEAN sent = FALSE; in smp_send_cmd() local
360 sent = TRUE; in smp_send_cmd()
368 if (!sent) { in smp_send_cmd()
377 return sent; in smp_send_cmd()
/hal_espressif-latest/components/esp_wifi/
DKconfig54 … has been sent by the WiFi driver. The size of each dynamic TX buffer depends on the length
55 of each data frame sent by the TCP/IP layer.
251 … with their size determined by the length of the management packet to be sent. When a management
333 …t will work for at least ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME. If a data packet is received or sent
343 sent within ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME, a null data packet will be sent
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in52 SCO data can be sent/received through HCI synchronous packets, or the data
369 … until the scanning is disabled. Duplicate advertisements for this period should not be sent to the
407 scanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in114 the packet hw to be sent this time is cancelled.
323 … until the scanning is disabled. Duplicate advertisements for this period should not be sent to the
470 scanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in635 message at a time. And if another segmented message is going to be sent, it
736 time after a Friend Request or Friend Poll is sent, so as to reduce more
774 RSSIFactor, one of the parameters carried by Friend Request sent by Low Power
784 ReceiveWindowFactor, one of the parameters carried by Friend Request sent by
812 requests sent by a Low Power node. If no requests are received
997 message which is sent by the client model.
999 the response of the sent acknowledged messages. If a client model
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_scb_act.c1995 BOOLEAN sent = FALSE; in avdt_scb_chk_snd_pkt() local
2019 sent = TRUE; in avdt_scb_chk_snd_pkt()
2043 else if (sent && fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_chk_snd_pkt()
/hal_espressif-latest/components/driver/uart/
Duart.c1183 uint32_t sent = uart_enable_tx_write_fifo(uart_num, (const uint8_t *) src, size); in uart_tx_all() local
1184 if (sent < size) { in uart_tx_all()
1188 size -= sent; in uart_tx_all()
1189 src += sent; in uart_tx_all()
/hal_espressif-latest/zephyr/blobs/
Dlicense.txt55 means any form of electronic, verbal, or written communication sent
/hal_espressif-latest/
DLICENSE55 means any form of electronic, verbal, or written communication sent
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/
DLICENSE-APACHE54 means any form of electronic, verbal, or written communication sent
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst175 …ode and sends data to the host computer, but doesn't receive any response sent by ``esptool``. Thi…
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in617 … until the scanning is disabled. Duplicate advertisements for this period should not be sent to the
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in609 … until the scanning is disabled. Duplicate advertisements for this period should not be sent to the
/hal_espressif-latest/components/esp_system/
DKconfig383 If enabled, esp_rom_printf and ESP_EARLY_LOG output will also be sent over USB CDC.
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in756 This option is used when data to be sent is more than 512 bytes. For peripheral role,
/hal_espressif-latest/components/mbedtls/
DKconfig109 is sent, allocate RX buffer when need to receive data and then free it

12