/Zephyr-latest/samples/subsys/usb/mass/boards/ |
D | rpi_pico.overlay | 17 * size is 1MB minus the 0x100 bytes taken by the bootloader.
|
/Zephyr-latest/samples/subsys/zbus/benchmark/src/ |
D | msg_sub.c | 43 atomic_add(&count, *((uint16_t *)msg_received.bytes)); in msg_sub_thread()
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None: 126 def from_raw(cls: "PowerConfig", bicr_spec: ET.Element, data: bytes) -> "PowerConfig": argument 205 cls: "IoPortPowerConfig", bicr_spec: ET.Element, data: bytes argument 257 cls: "IoPortImpedanceConfig", bicr_spec: ET.Element, data: bytes argument 303 def from_raw(cls: "LFXOConfig", bicr_spec: ET.Element, data: bytes) -> "LFXOConfig": argument 386 cls: "LFRCCalibrationConfig", bicr_spec: ET.Element, data: bytes argument 466 def from_raw(cls: "LFOSCConfig", bicr_spec: ET.Element, data: bytes) -> "LFOSCConfig": argument 540 def from_raw(cls: "HFXOConfig", bicr_spec: ET.Element, data: bytes) -> "HFXOConfig": argument 622 def from_raw(cls: "BICR", bicr_spec: ET.Element, data: bytes) -> "BICR": argument
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 189 # Dev Flags ID Size Data bytes 217 * ``[8]``: The number of frame data bytes in decimal format, here a classic CAN frame with 8 data 218 bytes. 219 * ``[08]``: The number of frame data bytes in decimal format, here a CAN FD frame with 8 data 220 bytes. 222 * Data bytes 224 * ``01 02 03 04 05 06 07 08``: The frame data bytes in hexadecimal format, here the numbers from 1 227 carries no data bytes. 246 subcommand accepts a CAN ID in hexadecimal format and optionally a number of data bytes, also
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 43 int "Size of block caches in bytes" 54 int "Size of lookahead buffer in bytes" 89 FS_LITTLEFS_CACHE_SIZE bytes. 94 int "Size of per-allocation overhead for littleFS heap in bytes"
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_transform | 21 int "Overhead, in bytes, associated with the transformation of an entry's data for storage" 28 This indicates how many more bytes an ITS entry's data will be once it 97 int "AEAD ITS transform module encryption key size in bytes" 127 int "AEAD ITS transform module nonce size in bytes"
|
/Zephyr-latest/drivers/i2s/ |
D | Kconfig.mcux | 29 I2S EDMA burst size in bytes.
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | binary_adapter.py | 89 def _read_device_output(self) -> bytes: 92 def _write_to_device(self, data: bytes) -> None: argument
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.mcux | 66 Buffer length in bytes used to store random bytes generated by
|
D | entropy_stm32.c | 578 uint16_t bytes; in entropy_stm32_rng_get_entropy() local 581 bytes = rng_pool_get( in entropy_stm32_rng_get_entropy() 585 if (bytes == 0U) { in entropy_stm32_rng_get_entropy() 592 len -= bytes; in entropy_stm32_rng_get_entropy() 593 buf += bytes; in entropy_stm32_rng_get_entropy()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_stats.h | 136 struct net_stats_bytes bytes; member 332 net_stats_t bytes; member 349 net_stats_t bytes; member 382 struct net_stats_bytes bytes; member 591 struct net_stats_bytes bytes; member 643 struct net_stats_bytes bytes; member 674 struct net_stats_bytes bytes; member 1076 &(iface)->stats.tcp.bytes.sent); \ 1083 &(iface)->stats.tcp.bytes.received); \ 1420 &(iface)->stats.bytes.received); \ [all …]
|
D | net_ip.h | 747 uint8_t bytes = length / 8U; in net_ipv6_is_prefix() local 755 if (memcmp(addr1, addr2, bytes)) { in net_ipv6_is_prefix() 769 return (addr1[bytes] & mask) == (addr2[bytes] & mask); in net_ipv6_is_prefix() 785 uint8_t bytes = prefix_len / 8U; in net_ipv6_addr_prefix_mask() local 790 memcpy(outaddr, inaddr, bytes); in net_ipv6_addr_prefix_mask() 801 outaddr[bytes] = inaddr[bytes] & mask; in net_ipv6_addr_prefix_mask()
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig.defconfig | 30 # ESP32 GDB expects 420 bytes G-packet.
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | linker.ld | 30 * _ROM_SIZE Size in bytes of flash memory 32 * _RAM_SIZE Size of RAM in bytes 37 * with the exception vector 0x20 bytes after it. 257 * a multiple of 4 bytes 268 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
|
/Zephyr-latest/modules/hal_nordic/nrfs/backends/ |
D | Kconfig | 19 int "Maximum IPC data packet size in bytes"
|
/Zephyr-latest/tests/drivers/sensor/ina230/src/ |
D | ina230_emul.c | 23 uint8_t bytes; member 42 while (c_reg->bytes) { in get_register()
|
/Zephyr-latest/boards/st/nucleo_l412rb_p/ |
D | nucleo_l412rb_p.dts | 133 * 128 KiB --> 131702 bytes 134 * 16 KiB --> 16384 bytes
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/ |
D | README.txt | 54 File size after shrinking by 5 bytes = 7 57 File size after expanding by 10 bytes = 17
|
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 171 1 authentication only with a 4 bytes length tag 172 2 authentication only with a 8 bytes length tag 173 3 authentication only with a 16 bytes length tag 175 5 encryption/authentication with a 4 bytes length tag 176 6 encryption/authentication with a 8 bytes length tag 177 7 encryption/authentication with a 16 bytes length tag
|
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/ |
D | index.rst | 189 section: text, addr: 0x31000000, size 16956 bytes 190 section: initlevel, addr: 0x30000000, size 40 bytes 191 section: rodata, addr: 0x30000028, size 484 bytes 192 section: datas, addr: 0x3000020c, size 20 bytes 193 section: sw_isr_table, addr: 0x30000220, size 256 bytes 194 section: devices, addr: 0x30000320, size 36 bytes
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.at_shell | 33 int "Size of modem chat receive buffer in bytes"
|
/Zephyr-latest/samples/subsys/canbus/isotp/ |
D | Kconfig | 17 Stack size (in bytes) used for the RX threads.
|
/Zephyr-latest/boards/telink/tlsr9518adk80d/ |
D | Kconfig.defconfig | 17 # flesh memory. Flash page size of the IC is 256 bytes. So that, it is
|
/Zephyr-latest/subsys/net/lib/dhcpv6/ |
D | Kconfig | 23 This will set the available number of bytes for the DUID.
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_offload.c | 185 unsigned int bytes; in __eswifi_off_send_pkt() local 194 bytes = net_pkt_get_len(pkt); in __eswifi_off_send_pkt() 199 snprintk(eswifi->buf, sizeof(eswifi->buf), "S3=%u\r", bytes); in __eswifi_off_send_pkt() 203 if (net_pkt_read(pkt, &eswifi->buf[offset], bytes)) { in __eswifi_off_send_pkt() 207 offset += bytes; in __eswifi_off_send_pkt()
|