Searched refs:transferred (Results 1 – 25 of 33) sorted by relevance
12
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_smartbond.c | 116 uint16_t transferred; /** Bytes transferred so far */ member 371 src = &ep_state->buffer[ep_state->transferred]; in fill_tx_fifo() 372 remaining = ep_state->total_len - ep_state->transferred; in fill_tx_fifo() 449 ep_state->transferred = 0; in start_rx_packet() 493 uint16_t remaining = ep_state->total_len - ep_state->transferred; in start_tx_packet() 514 start_tx_dma(ep_state->buffer + ep_state->transferred, in start_tx_packet() 604 ep0_in_state->transferred += in handle_ep0_tx() 610 if (ep0_in_state->transferred == ep0_in_state->total_len) { in handle_ep0_tx() 615 ep0_out_state->transferred = 0; in handle_ep0_tx() 747 ep_state->transferred += ep_state->last_packet_size; in handle_epx_tx_ev() [all …]
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_802154_setup.rst | 22 If you want to capture the transferred network data, you must compile the 60 transferred data.
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 13 is transferred to up-buffer at once depending on available space and 16 in up-buffer for a message and message is transferred to host. 32 bool "Block until message is transferred to host."
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 5 After using a command in the Zephyr shell, the device reads all transferred data and writes to an a… 43 Once the data is transferred, use `ctrl-x + ctrl-q` to quit the loader.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_stats.rst | 30 These statistics can then be transferred to application for processing.
|
D | promiscuous.rst | 18 all the data being transferred over the network. (See the
|
D | net_if.rst | 15 data is transferred via a network interface. The network interfaces cannot be
|
/Zephyr-latest/subsys/lorawan/services/ |
D | Kconfig | 95 The minimum number of fragments to be transferred is calculated from 106 Maximum size of one fragment transferred during the fragmented data 127 Minimum size of one fragment transferred during the fragmented data
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_lpc | 19 transferred by the application.
|
/Zephyr-latest/samples/bluetooth/iso_central/ |
D | README.rst | 12 Once the isochronous channel is connected, isochronous data is transferred to the peer device every…
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 18 Under ideal conditions, the BLOBs can be transferred at a rate of up to 1 kbps, allowing a 100 kB 19 BLOB to be transferred in 10-15 minutes. However, network conditions, transfer capabilities and 82 before requesting more chunks. This repeats until all chunks have been transferred, or the BLOB 152 BLOBs can be transferred using two transfer modes, Push BLOB Transfer Mode and Pull BLOB Transfer
|
D | blob_srv.rst | 13 As described in :ref:`bluetooth_mesh_blob`, the binary objects transferred by the BLOB Transfer
|
D | dfu.rst | 35 Target node is the receiver and user of the transferred firmware images. All its functionality is 100 mesh network perform other duties. Once the firmware image has been transferred to the Target 329 resumed, the Distributor will continue sending the firmware from the last successfully transferred
|
D | dfu_srv.rst | 94 transfer. The entire firmware image is transferred to the BLOB Transfer Server, which passes the
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | README.rst | 22 * **CONFIG_BM_MESSAGE_SIZE** the size of the message to be transferred (2 to 4096 bytes);
|
/Zephyr-latest/drivers/spi/ |
D | spi_smartbond.c | 93 size_t transferred; member 511 data->transferred++; in spi_smartbond_transfer() 649 data->tx_len = spi_context_total_rx_len(ctx) - data->transferred; in spi_smartbond_isr() 651 data->transferred = 0; in spi_smartbond_isr()
|
/Zephyr-latest/samples/drivers/fpga/fpga_controller/ |
D | README.rst | 102 Once the data is transferred, use :kbd:`Ctrl-X Ctrl-Q` to quit loader.
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | README.rst | 15 transferred. Thus, it can serve as a "load testing" application for
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 60 Maximal byte length of encoded offset/size, within transferred
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 173 In TAP the Ethernet frames are transferred over SLIP.
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 76 that were transferred. 87 transferred. At this point a new transfer can be initiated.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 120 non-empty or true. This option slightly reduces number of bytes transferred back from
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1596 transferd||transferred 1597 transfered||transferred
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 259 Bytes transferred = 27240 (6a68 hex)
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 7 Data transferred over this backend travels in dynamically allocated buffers on shared memory.
|
12