Home
last modified time | relevance | path

Searched refs:bytes (Results 76 – 100 of 518) sorted by relevance

12345678910>>...21

/Zephyr-latest/drivers/display/
DKconfig.stm32_ltdc29 (4 bytes per pixel)
35 (3 bytes per pixel)
41 (2 bytes per pixel)
/Zephyr-latest/subsys/tracing/test/
Dtracing_string_format_test.c344 void sys_trace_k_heap_init(struct k_heap *h, void *mem, size_t bytes) in sys_trace_k_heap_init() argument
349 void sys_trace_k_heap_aligned_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_aligned_alloc_enter() argument
354 void sys_trace_k_heap_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_alloc_enter() argument
369 void sys_trace_k_heap_realloc_enter(struct k_heap *h, void *ptr, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_realloc_enter() argument
373 void sys_trace_k_heap_realloc_exit(struct k_heap *h, void *ptr, size_t bytes, k_timeout_t timeout, in sys_trace_k_heap_realloc_exit() argument
379 void sys_trace_k_heap_aligned_alloc_blocking(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_aligned_alloc_blocking() argument
384 void sys_trace_k_heap_alloc_exit(struct k_heap *h, size_t bytes, k_timeout_t timeout, void *ret) in sys_trace_k_heap_alloc_exit() argument
395 void sys_trace_k_heap_aligned_alloc_exit(struct k_heap *h, size_t bytes, in sys_trace_k_heap_aligned_alloc_exit() argument
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840_size_in_bytes.overlay9 size-in-bytes = <8388608>;
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_psram.overlay32 dummy-bytes-count = "dummy-bytes-count2";
/Zephyr-latest/doc/services/debugging/
Dcs_trace_defmt.rst7 single output stream. Formatter is using 16 byte frames which wraps up to 15 bytes of
17 :c:func:`cs_trace_defmt_process` in 16 bytes chunks. Callback is called whenever stream changes or
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c53 PR("Bytes received : %u\n", data->bytes.received); in print_eth_stats()
54 PR("Bytes sent : %u\n", data->bytes.sent); in print_eth_stats()
322 GET_STAT(iface, tc.sent[i].bytes)); in print_tc_tx_stats()
328 GET_STAT(iface, tc.sent[i].bytes), in print_tc_tx_stats()
343 GET_STAT(iface, tc.sent[i].bytes)); in print_tc_tx_stats()
381 GET_STAT(iface, tc.recv[i].bytes)); in print_tc_rx_stats()
387 GET_STAT(iface, tc.recv[i].bytes), in print_tc_rx_stats()
402 GET_STAT(iface, tc.recv[i].bytes)); in print_tc_rx_stats()
534 GET_STAT(iface, tcp.bytes.received), in net_shell_print_statistics()
535 GET_STAT(iface, tcp.bytes.sent), in net_shell_print_statistics()
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mpl31 Sets the maximum number of bytes (including the null termination) of
45 Sets the maximum number of bytes (including the null termination) of
53 Sets the maximum number of bytes (including the null termination) of
61 Sets the maximum number of bytes (including the null termination)
69 Sets the maximum number of bytes (including the null termination) of
/Zephyr-latest/samples/modules/nanopb/src/
Dsimple.proto8 bytes buffer = 2;
/Zephyr-latest/subsys/net/ip/
DKconfig.stack12 Set the TX thread stack size in bytes. The TX thread is waiting
22 Set the RX thread stack size in bytes. The RX thread is waiting
/Zephyr-latest/arch/arm/core/cortex_m/
Dvt_pointer_section.ld7 /* Reserved 4 bytes to save vector table base address */
/Zephyr-latest/samples/net/mqtt_publisher/
DREADME.rst331 1485663798: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes))
332 1485663799: Received PUBLISH from zephyr_publisher (d0, q1, r0, m1888, 'sensors', ... (15 bytes))
334 1485663799: Received PUBLISH from zephyr_publisher (d0, q2, r0, m16356, 'sensors', ... (15 bytes))
340 1485663800: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes))
341 1485663801: Received PUBLISH from zephyr_publisher (d0, q1, r0, m45861, 'sensors', ... (15 bytes))
343 1485663801: Received PUBLISH from zephyr_publisher (d0, q2, r0, m53870, 'sensors', ... (15 bytes))
349 1485663802: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes))
350 1485663803: Received PUBLISH from zephyr_publisher (d0, q1, r0, m60144, 'sensors', ... (15 bytes))
352 1485663803: Received PUBLISH from zephyr_publisher (d0, q2, r0, m6561, 'sensors', ... (15 bytes))
358 1485663804: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes))
[all …]
/Zephyr-latest/arch/arm/core/cortex_a_r/
DKconfig31 int "Undefined Instruction and Abort stack size (in bytes)"
38 int "FIQ stack size (in bytes)"
44 int "SVC stack size (in bytes)"
50 int "SYS stack size (in bytes)"
180 int "Undefined Instruction and Abort stack size (in bytes)"
187 int "FIQ stack size (in bytes)"
193 int "SVC stack size (in bytes)"
199 int "SYS stack size (in bytes)"
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dqemu_adapter.py49 def _read_device_output(self) -> bytes:
57 def _write_to_device(self, data: bytes) -> None: argument
/Zephyr-latest/drivers/dma/
DKconfig.nxp_edma14 int "Alignment (in bytes) required for the transfers"
17 Use this to set the alignment (in bytes)
Ddma_nxp_edma.h362 uint32_t bytes) in edma_chan_cyclic_consume() argument
364 if (bytes > chan->stat.pending_length) { in edma_chan_cyclic_consume()
369 (chan->stat.read_position + bytes) % chan->bsize; in edma_chan_cyclic_consume()
401 uint32_t bytes) in edma_chan_cyclic_produce() argument
403 if (bytes > chan->stat.free) { in edma_chan_cyclic_produce()
408 (chan->stat.write_position + bytes) % chan->bsize; in edma_chan_cyclic_produce()
/Zephyr-latest/samples/subsys/fs/zms/
DREADME.rst18 #. A long set of data (128 bytes)
54 [00:00:00.000,000] <inf> fs_zms: 3 Sectors of 4096 bytes
62 [00:00:00.000,000] <inf> fs_zms: 3 Sectors of 4096 bytes
81 [00:00:00.000,000] <inf> fs_zms: 3 Sectors of 4096 bytes
95 Free space in storage is 8064 bytes
/Zephyr-latest/doc/services/storage/nvs/
Dnvs.rst78 hardware. As an example a nRF51822 device has a pagesize of 1024 bytes and each
84 Suppose we use a 4 bytes state variable that is changed every minute and
86 equal to the pagesize (1024 bytes) and 2 sectors have been defined.
88 Each write of the state variable requires 12 bytes of flash storage: 8 bytes
89 for the metadata and 4 bytes for the data. When storing the data the
100 - ``DS`` as the data size in bytes,
101 - ``SECTOR_SIZE`` in bytes, and
117 Especially, migration between 1,2,4,8-bytes write block sizes is allowed.
/Zephyr-latest/soc/renesas/ra/ra2a1/
Drom_start.ld10 /* Reserving 0x100 bytes of space for ROM registers. */
/Zephyr-latest/soc/renesas/ra/ra4m1/
Drom_start.ld10 /* Reserving 0x100 bytes of space for ROM registers. */
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/
Dsmp_shell.h42 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes,
/Zephyr-latest/soc/renesas/ra/ra4w1/
Dopt_set_mem.ld10 /* Reserving 0x100 bytes of space for ROM registers. */
/Zephyr-latest/soc/renesas/ra/ra6m1/
Dopt_set_mem.ld10 /* Reserving 0x100 bytes of space for ROM registers. */
/Zephyr-latest/soc/renesas/ra/ra6m2/
Dopt_set_mem.ld10 /* Reserving 0x100 bytes of space for ROM registers. */
/Zephyr-latest/soc/renesas/ra/ra6m3/
Dopt_set_mem.ld10 /* Reserving 0x100 bytes of space for ROM registers. */
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/
DKconfig.shield1 # Copyright (c) 2023 bytes at work AG

12345678910>>...21