/Zephyr-latest/drivers/display/ |
D | Kconfig.stm32_ltdc | 29 (4 bytes per pixel) 35 (3 bytes per pixel) 41 (2 bytes per pixel)
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_string_format_test.c | 344 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/ |
D | nrf52840_size_in_bytes.overlay | 9 size-in-bytes = <8388608>;
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/ |
D | da1469x_dk_pro_psram.overlay | 32 dummy-bytes-count = "dummy-bytes-count2";
|
/Zephyr-latest/doc/services/debugging/ |
D | cs_trace_defmt.rst | 7 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/ |
D | stats.c | 53 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/ |
D | Kconfig.mpl | 31 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/ |
D | simple.proto | 8 bytes buffer = 2;
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.stack | 12 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/ |
D | vt_pointer_section.ld | 7 /* Reserved 4 bytes to save vector table base address */
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 331 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/ |
D | Kconfig | 31 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/ |
D | qemu_adapter.py | 49 def _read_device_output(self) -> bytes: 57 def _write_to_device(self, data: bytes) -> None: argument
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_edma | 14 int "Alignment (in bytes) required for the transfers" 17 Use this to set the alignment (in bytes)
|
D | dma_nxp_edma.h | 362 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/ |
D | README.rst | 18 #. 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/ |
D | nvs.rst | 78 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/ |
D | rom_start.ld | 10 /* Reserving 0x100 bytes of space for ROM registers. */
|
/Zephyr-latest/soc/renesas/ra/ra4m1/ |
D | rom_start.ld | 10 /* Reserving 0x100 bytes of space for ROM registers. */
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/ |
D | smp_shell.h | 42 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes,
|
/Zephyr-latest/soc/renesas/ra/ra4w1/ |
D | opt_set_mem.ld | 10 /* Reserving 0x100 bytes of space for ROM registers. */
|
/Zephyr-latest/soc/renesas/ra/ra6m1/ |
D | opt_set_mem.ld | 10 /* Reserving 0x100 bytes of space for ROM registers. */
|
/Zephyr-latest/soc/renesas/ra/ra6m2/ |
D | opt_set_mem.ld | 10 /* Reserving 0x100 bytes of space for ROM registers. */
|
/Zephyr-latest/soc/renesas/ra/ra6m3/ |
D | opt_set_mem.ld | 10 /* Reserving 0x100 bytes of space for ROM registers. */
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/ |
D | Kconfig.shield | 1 # Copyright (c) 2023 bytes at work AG
|