Home
last modified time | relevance | path

Searched refs:bytes (Results 101 – 125 of 518) sorted by relevance

12345678910>>...21

/Zephyr-latest/tests/benchmarks/app_kernel/
DREADME.txt23 | enqueue 4 bytes msg in FIFO | NNNNNN|
24 | dequeue 4 bytes msg in FIFO | NNNNNN|
25 | enqueue 192 bytes msg in MSGQ | NNNNNN|
26 | dequeue 192 bytes msg in MSGQ | NNNNNN|
28 | enqueue 4 bytes in MSGQ to a waiting higher priority task | NNNNNN|
29 | enqueue 192 bytes in MSGQ to a waiting higher priority task | NNNNNN|
/Zephyr-latest/subsys/debug/gdbstub/
DKconfig32 int "GDB backend send/receive buffer size (in bytes)"
35 This specifies the size (in bytes) of the send/receive buffer
/Zephyr-latest/scripts/support/
Dquartus-flash.py90 temp_xml.write(bytes(xml, 'UTF-8'))
110 temp_cdf.write(bytes(cdf, 'UTF-8'))
/Zephyr-latest/include/zephyr/toolchain/
Dcommon.h198 #define IS_PTR_ALIGNED_BYTES(ptr, bytes) ((((uintptr_t)ptr) % bytes) == 0) argument
/Zephyr-latest/subsys/sd/
DKconfig73 # If MMC is being used, need 512 bytes to read EXT_CSD
75 # If SDIO is being used, need 512 bytes to read FUNC0 CIS
77 # Otherwise, we only need 64 bytes to read SD switch function
80 Size in bytes of internal buffer SD card uses for unaligned reads and
/Zephyr-latest/lib/posix/options/
Dnet.c80 unsigned char *bytes = (unsigned char *)&in.s_addr; in inet_ntoa() local
82 snprintf(buf, sizeof(buf), "%d.%d.%d.%d", bytes[0], bytes[1], bytes[2], bytes[3]); in inet_ntoa()
/Zephyr-latest/tests/drivers/dma/scatter_gather/
DKconfig13 int "Number of bytes to transfer"
/Zephyr-latest/drivers/dma/
DKconfig.nxp_sof_host_dma21 int "Alignment (in bytes) required for memory regions passed to this driver"
24 Use this to set the alignment (in bytes)
Ddma_emul.c199 size_t bytes; in dma_emul_work_handler() local
240 for (bytes = MIN(block.block_size, xfer_config.dest_burst_length); in dma_emul_work_handler()
241 bytes > 0; block.block_size -= bytes, block.source_address += bytes, in dma_emul_work_handler()
242 block.dest_address += bytes, in dma_emul_work_handler()
243 bytes = MIN(block.block_size, xfer_config.dest_burst_length)) { in dma_emul_work_handler()
268 (void *)(uintptr_t)block.source_address, bytes); in dma_emul_work_handler()
/Zephyr-latest/drivers/mipi_dsi/
DKconfig.stm321 # Copyright (c) 2023 bytes at work AG
/Zephyr-latest/tests/drivers/retained_mem/api/
DKconfig12 Will limit data size for test to 1 byte instead of 10 bytes
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dfifo_handler.py122 def read(self, __size: int = -1) -> bytes:
125 def readline(self, __size: int | None = None) -> bytes:
128 def write(self, __buffer: bytes) -> int: argument
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c229 bytes_recv = data.bytes.received; in netstats_collect()
230 bytes_sent = data.bytes.sent; in netstats_collect()
240 tcp_recv = data.tcp.bytes.received; in netstats_collect()
241 tcp_sent = data.tcp.bytes.sent; in netstats_collect()
/Zephyr-latest/soc/nordic/nrf92/
DCMakeLists.txt10 # Ensure that image size aligns with 16 bytes so that MRAMC finalizes all writes
/Zephyr-latest/subsys/net/ip/
Dnet_stats.c156 GET_STAT(iface, tcp.bytes.received), in stats()
157 GET_STAT(iface, tcp.bytes.sent)); in stats()
175 NET_INFO("Bytes received %u", GET_STAT(iface, bytes.received)); in stats()
176 NET_INFO("Bytes sent %u", GET_STAT(iface, bytes.sent)); in stats()
191 GET_STAT(iface, tc.sent[i].bytes)); in stats()
205 GET_STAT(iface, tc.recv[i].bytes)); in stats()
276 src = GET_STAT_ADDR(iface, bytes); in net_stats_get()
/Zephyr-latest/doc/services/retention/
Dindex.rst19 checksum (1, 2, or 4-bytes in size) of the stored data can be appended to the
22 retained data area could be split up into 4 bytes for a boot mode, 16 bytes for
23 a timestamp, 44 bytes for a last log message. All of these sections can be
59 * bytes which includes the prefix and
62 * bytes
82 * size of this area is 768 bytes which
85 * storage area is 768 - 6 = 762 bytes
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst108 bytes:
114 will successfully allocate 800 + 20 + 8 bytes of buffer for the new
121 will successfully allocate 1500 bytes, and where 20 + 8 bytes (IPv4 +
130 will allocate 800 bytes and no extra header space.
137 will allocate 1514 bytes, the MTU + Ethernet header space.
204 When freshly allocated with a buffer of 500 bytes, a net_pkt has 0
212 Now, let's write 8 bytes:
218 The buffer length is now 8 bytes.
239 and then let you read the actual 15 bytes present. The cursor is then
248 Our net_pkt has now a length of 20 bytes.
[all …]
/Zephyr-latest/drivers/dai/nxp/sai/
DKconfig.sai25 int "Size (in bytes) of a FIFO word"
28 Use this to set the size (in bytes) of a SAI
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py617 bytes, None]
1529 return bytes(default) # type: ignore
1830 data: bytes, argument
2835 def _interrupts(node: dtlib_Node) -> List[Tuple[dtlib_Node, bytes]]:
2845 ret: List[Tuple[dtlib_Node, bytes]] = []
2871 child_spec: bytes argument
2872 ) -> Tuple[dtlib_Node, bytes]:
2907 child_spec: bytes, argument
2909 ) -> Tuple[dtlib_Node, bytes]:
2930 child_spec: bytes, argument
[all …]
/Zephyr-latest/tests/drivers/uart/uart_errors/
DREADME.txt3 certain bytes with parity enabled when receiver is configured without parity.
/Zephyr-latest/doc/connectivity/networking/
Dusbnet_setup.rst101 PING 192.0.2.1 (192.0.2.1) 56(84) bytes of data.
102 64 bytes from 192.0.2.1: icmp_seq=1 ttl=64 time=2.30 ms
103 64 bytes from 192.0.2.1: icmp_seq=2 ttl=64 time=1.43 ms
104 64 bytes from 192.0.2.1: icmp_seq=3 ttl=64 time=2.45 ms
/Zephyr-latest/samples/drivers/fpga/fpga_controller/
DREADME.rst66 After executing the sample, you can see at what address it is stored and its size in bytes.
68 The FPGA controller command can now be used (``fpga load <device> <address> <size in bytes>``):
103 It will print the sum of the read bytes and return to the shell:
107 Number of bytes read: 75960
/Zephyr-latest/subsys/shell/modules/
Ddevmem_service.c33 static unsigned char *bytes; variable
219 *bytes = byte; in bypass_cb()
220 bytes++; in bypass_cb()
251 bytes = (unsigned char *)strtoul(argv[1], NULL, 0); in cmd_load()
/Zephyr-latest/drivers/display/
DKconfig.otm8009a1 # Copyright (c) 2023 bytes at work AG
/Zephyr-latest/subsys/tracing/test/
Dtracing_test.h373 #define sys_port_trace_k_heap_init(h) sys_trace_k_heap_init(h, mem, bytes)
375 sys_trace_k_heap_aligned_alloc_enter(h, bytes, timeout)
377 sys_trace_k_heap_aligned_alloc_blocking(h, bytes, timeout)
379 sys_trace_k_heap_aligned_alloc_exit(h, bytes, timeout, ret)
381 sys_trace_k_heap_alloc_enter(h, bytes, timeout)
383 sys_trace_k_heap_alloc_exit(h, bytes, timeout, ret)
389 #define sys_port_trace_k_heap_realloc_enter(h, ptr, bytes, timeout) \ argument
390 sys_trace_k_heap_realloc_enter(h, ptr, bytes, timeout)
391 #define sys_port_trace_k_heap_realloc_exit(h, ptr, bytes, timeout, ret) \ argument
392 sys_trace_k_heap_realloc_exit(h, ptr, bytes, timeout, ret)
[all …]

12345678910>>...21