/Zephyr-latest/drivers/mspi/ |
D | mspi_ambiq.h | 17 #define MSPI_AMBIQ_HEAP_DEFINE(name, bytes) \ argument 19 kheap_##name[MAX(bytes, MSPI_AMBIQ_HEAP_MIN_SIZE)]; \ 24 .init_bytes = MAX(bytes, MSPI_AMBIQ_HEAP_MIN_SIZE), \
|
/Zephyr-latest/lib/heap/ |
D | shared_multi_heap.c | 85 void *shared_multi_heap_alloc(enum shared_multi_heap_attr attr, size_t bytes) in shared_multi_heap_alloc() argument 91 return sys_multi_heap_alloc(&shared_multi_heap, (void *)(long) attr, bytes); in shared_multi_heap_alloc() 95 size_t align, size_t bytes) in shared_multi_heap_aligned_alloc() argument 102 align, bytes); in shared_multi_heap_aligned_alloc()
|
/Zephyr-latest/arch/x86/zefi/ |
D | zefi.c | 157 int bytes = zefi_zsegs[i].sz; in efi_entry() local 160 printf("Zeroing %d bytes of memory at %p\n", bytes, dst); in efi_entry() 161 for (int j = 0; j < bytes; j++) { in efi_entry() 167 int bytes = zefi_dsegs[i].sz; in efi_entry() local 173 bytes, dst, zefi_dsegs[i].off); in efi_entry() 174 for (int j = 0; j < bytes; j++) { in efi_entry()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_internal.h | 87 void sock_obj_core_update_send_stats(int sock, int bytes); 88 void sock_obj_core_update_recv_stats(int sock, int bytes); 119 static inline void sock_obj_core_update_send_stats(int sock, int bytes) in sock_obj_core_update_send_stats() argument 122 ARG_UNUSED(bytes); in sock_obj_core_update_send_stats() 125 static inline void sock_obj_core_update_recv_stats(int sock, int bytes) in sock_obj_core_update_recv_stats() argument 128 ARG_UNUSED(bytes); in sock_obj_core_update_recv_stats()
|
D | socket_obj_core.c | 222 void sock_obj_core_update_send_stats(int fd, int bytes) in sock_obj_core_update_send_stats() argument 224 if (bytes > 0) { in sock_obj_core_update_send_stats() 229 sock_objects[i].stats.sent += bytes; in sock_obj_core_update_send_stats() 238 void sock_obj_core_update_recv_stats(int fd, int bytes) in sock_obj_core_update_recv_stats() argument 240 if (bytes > 0) { in sock_obj_core_update_recv_stats() 245 sock_objects[i].stats.received += bytes; in sock_obj_core_update_recv_stats()
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.cadence_qspi_nor | 29 int "Access QSPI address memory size in bytes" 32 Set the address memory size in bytes when 36 int "Set QSPI to read / write how many bytes per device" 42 int "Set QSPI to read / write how many bytes per block"
|
/Zephyr-latest/subsys/mem_mgmt/ |
D | mem_attr_heap.c | 63 void *mem_attr_heap_alloc(uint32_t attr, size_t bytes) in mem_attr_heap_alloc() argument 66 (void *)(long) attr, bytes); in mem_attr_heap_alloc() 69 void *mem_attr_heap_aligned_alloc(uint32_t attr, size_t align, size_t bytes) in mem_attr_heap_aligned_alloc() argument 72 (void *)(long) attr, align, bytes); in mem_attr_heap_aligned_alloc()
|
/Zephyr-latest/include/zephyr/multi_heap/ |
D | shared_multi_heap.h | 132 void *shared_multi_heap_alloc(enum shared_multi_heap_attr attr, size_t bytes); 149 size_t align, size_t bytes);
|
/Zephyr-latest/samples/kernel/bootargs/ |
D | README.rst | 94 Zeroing 501792 bytes of memory at 0x163000 95 Copying 16384 data bytes to 0x1000 from image offset 96 Copying 405504 data bytes to 0x100000 from image offset 16384 97 Copying 30688 data bytes to 0x1dd820 from image offset 421888 111 Zeroing 501792 bytes of memory at 0x163000 112 Copying 16384 data bytes to 0x1000 from image offset 113 Copying 405504 data bytes to 0x100000 from image offset 16384 114 Copying 30688 data bytes to 0x1dd820 from image offset 421888
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_transport.rst | 42 size is actually 124 bytes. 65 MTU - 3, is able to actually carry N = (MTU - 3) / 4 * 3 bytes 69 encoded in Big Endian, and equals size of a raw body plus two bytes, 86 | 0x06 0x09 | 2 bytes | Frame start marker | 89 | | MTU - 3 bytes | | 102 | total length | 2 bytes | Big endian 16-bit value | 104 | | | of body + 2 bytes for | 126 | total length | 2 bytes | Big endian 16-bit value | 128 | | | of body + 2 bytes for | 137 | crc16 | 2 bytes | CRC16 of entire packet | [all …]
|
/Zephyr-latest/boards/nxp/mr_canhubk3/doc/ |
D | index.rst | 169 and support maximum 32 message buffers for concurrent active instances with 8 bytes 181 flexcan0 | 8 bytes | 96 MBs | 64 MBs 182 | 16 bytes | 63 MBs | 42 MBs 183 | 32 bytes | 36 MBs | 24 MBs 184 | 64 bytes | 21 MBs | 14 MBs 185 flexcan1 | 8 bytes | 64 MBs | 64 MBs 186 | 16 bytes | 42 MBs | 42 MBs 187 | 32 bytes | 24 MBs | 24 MBs 188 | 64 bytes | 14 MBs | 14 MBs 189 flexcan2 | 8 bytes | 64 MBs | 64 MBs [all …]
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 59 RX packets 0 bytes 0 (0.0 B) 61 TX packets 0 bytes 0 (0.0 B) 68 RX packets 0 bytes 0 (0.0 B) 70 TX packets 0 bytes 0 (0.0 B) 77 RX packets 0 bytes 0 (0.0 B) 79 TX packets 0 bytes 0 (0.0 B) 86 RX packets 0 bytes 0 (0.0 B) 88 TX packets 0 bytes 0 (0.0 B) 95 RX packets 0 bytes 0 (0.0 B) 97 TX packets 0 bytes 0 (0.0 B) [all …]
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_usb.c | 147 uint32_t bytes; in tracing_backend_usb_output() local 160 CONFIG_TRACING_USB_MPS - 1 : length, &bytes); in tracing_backend_usb_output() 165 data += bytes; in tracing_backend_usb_output() 166 length -= bytes; in tracing_backend_usb_output()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_linkaddr.rst | 15 addresses are 6 bytes long like in Ethernet but for IEEE 802.15.4 the link 16 layer address length is 8 bytes.
|
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.ivshmem | 7 int "Stack size in bytes of IVSHMEM IPM Event loop task" 10 Adjust the stack size, in bytes of the ivshmem event loop task.
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig.shell | 15 int "Size of buffer used for storing and retrieving credentials, measured in bytes." 18 The amount of preallocated buffer (in bytes) used for storing and retrieving credentials. 31 The amount of preallocated buffer (in bytes) for temporarily storing credential digests.
|
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/src/ |
D | main.c | 15 void on_heap_alloc(uintptr_t heap_id, void *mem, size_t bytes) in on_heap_alloc() argument 17 total_allocated += bytes; in on_heap_alloc() 18 LOG_INF(" AL Memory allocated %u bytes. Total allocated %u bytes", (unsigned int)bytes, in on_heap_alloc() 22 void on_heap_free(uintptr_t heap_id, void *mem, size_t bytes) in on_heap_free() argument 24 total_allocated -= bytes; in on_heap_free() 25 LOG_INF(" FR Memory freed %u bytes. Total allocated %u bytes", (unsigned int)bytes, in on_heap_free()
|
/Zephyr-latest/samples/subsys/zbus/benchmark/src/ |
D | lis.c | 42 atomic_add(&count, *((uint16_t *)msg_received.bytes)); in s_cb() 46 atomic_add(&count, *((uint16_t *)msg_received->bytes)); in s_cb()
|
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/ |
D | README.rst | 34 I: AL Memory allocated 28 bytes. Total allocated 28 bytes 51 I: FR Memory freed 28 bytes. Total allocated 0 bytes 56 I: AL Memory allocated 28 bytes. Total allocated 28 bytes 73 I: FR Memory freed 28 bytes. Total allocated 0 bytes
|
/Zephyr-latest/boards/gaisler/generic_leon3/doc/ |
D | index.rst | 98 icache: 1 * 4 KiB, 16 bytes/line (4 KiB total) 99 dcache: 1 * 4 KiB, 16 bytes/line (4 KiB total) 105 section: text, addr: 0x40000000, size 16552 bytes 106 section: initlevel, addr: 0x400040a8, size 40 bytes 107 section: rodata, addr: 0x400040d0, size 484 bytes 108 section: datas, addr: 0x400042b4, size 20 bytes 109 section: sw_isr_table, addr: 0x400042c8, size 256 bytes 110 section: devices, addr: 0x400043c8, size 36 bytes
|
/Zephyr-latest/drivers/sensor/ams/tsl2561/ |
D | tsl2561.c | 138 uint8_t bytes[2]; in tsl2561_sample_fetch() local 158 ret = tsl2561_reg_read(dev, TSL2561_REG_DATA0LOW, bytes, 2U); in tsl2561_sample_fetch() 163 data->ch0 = bytes[1] << 8 | bytes[0]; in tsl2561_sample_fetch() 165 ret = tsl2561_reg_read(dev, TSL2561_REG_DATA1LOW, bytes, 2U); in tsl2561_sample_fetch() 170 data->ch1 = bytes[1] << 8 | bytes[0]; in tsl2561_sample_fetch()
|
/Zephyr-latest/doc/hardware/peripherals/eeprom/ |
D | shell.rst | 52 32768 bytes 59 byte. In the following example, the hexadecimal sequence of bytes ``0x0d 0x0e 0x0a 0x0d 0x0b 0x0e 65 Writing 8 bytes to EEPROM... 70 subcommand. In the following example, the pattern ``0xaa`` is written to 16 bytes starting at offset 76 Writing 16 bytes of 0xaa to EEPROM... 84 arguments; the EEPROM device name, the offset to start reading from, and the number of bytes to 90 Reading 8 bytes from EEPROM, offset 0...
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.cellular | 42 int "The UART receive and transmit buffer sizes in bytes." 46 int "The maximum CMUX frame size in bytes." 53 int "The size of the buffers used for the chat scripts in bytes." 57 int "The size of the buffers used for each user pipe in bytes."
|
/Zephyr-latest/tests/lib/heap/src/ |
D | main.c | 116 void *testalloc(void *arg, size_t bytes) in testalloc() argument 118 void *ret = sys_heap_alloc(arg, bytes); in testalloc() 130 size_t expect = ROUND_UP(bytes + hdr, 8) - hdr; in testalloc() 134 bytes, blksz); in testalloc() 137 fill_block(ret, bytes); in testalloc() 395 static void heap_alloc_cb(uintptr_t heap_id, void *mem, size_t bytes) in heap_alloc_cb() argument 401 heap_id, mem, (uint32_t)bytes); in heap_alloc_cb() 404 static void heap_free_cb(uintptr_t heap_id, void *mem, size_t bytes) in heap_free_cb() argument 410 heap_id, mem, (uint32_t)bytes); in heap_free_cb()
|
/Zephyr-latest/samples/net/stats/src/ |
D | main.c | 103 GET_STAT(iface, tcp.bytes.received), in print_stats() 104 GET_STAT(iface, tcp.bytes.sent)); in print_stats() 122 printk("Bytes received %u\n", GET_STAT(iface, bytes.received)); in print_stats() 123 printk("Bytes sent %u\n", GET_STAT(iface, bytes.sent)); in print_stats() 144 printk("Bytes received : %u\n", data->bytes.received); in print_eth_stats() 145 printk("Bytes sent : %u\n", data->bytes.sent); in print_eth_stats()
|