Home
last modified time | relevance | path

Searched refs:bytes (Results 176 – 200 of 518) sorted by relevance

12345678910>>...21

/Zephyr-latest/scripts/
Dgen_gcov_files.py61 fp.write(bytes.fromhex(hexdump_val))
/Zephyr-latest/boards/shields/rk043fn02h_ct/
DKconfig.defconfig41 # Force display buffers to be aligned to cache line size (32 bytes)
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/
DKconfig.defconfig41 # Force display buffers to be aligned to cache line size (32 bytes)
/Zephyr-latest/scripts/build/
Dgen_offset_header.py43 if isinstance(sym.name, bytes):
Duf2conv.py122 return bytes(outp, "utf-8")
150 self.bytes = bytearray(256)
160 hd += self.bytes[0:256]
196 currblock.bytes[addr & 0xff] = rec[i]
/Zephyr-latest/drivers/display/
DKconfig.renesas_ra28 # Force display buffers to be aligned to cache line size (64 bytes)
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay2 * Copyright (c) 2023 bytes at work AG
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c139 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes, in smp_shell_rx_bytes() argument
146 uint8_t byte = bytes[consumed]; in smp_shell_rx_bytes()
/Zephyr-latest/drivers/firmware/scmi/
Dshmem.c51 static void scmi_shmem_memcpy(mm_reg_t dst, mm_reg_t src, uint32_t bytes) in scmi_shmem_memcpy() argument
55 for (i = 0; i < bytes; i++) { in scmi_shmem_memcpy()
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_client.rst64 LOG_INF("Partial data received (%zd bytes)", rsp->data_len);
66 LOG_INF("All the data received (%zd bytes)", rsp->data_len);
/Zephyr-latest/doc/hardware/peripherals/
Dsmbus.rst30 a three-bytes message to a special address "SMBus Host (0x08)" with own
31 address and two bytes of relevant data.
/Zephyr-latest/samples/subsys/shell/devmem_load/
DREADME.md44 It will print the number of the bytes read and return to the shell:
46 Number of bytes read: 3442
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_imx_netc62 Size, in bytes, of the TX data buffer. The size must be big enough to
84 Size, in bytes, of the RX data buffer. The size must be big enough to
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Drpi_pico2.dtsi71 * smaller than 256 bytes, but in practice the linker places the vector
82 * The partition size is 4MB minus the 0x100 bytes taken by the
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dmain.c403 size_t bytes; in process_mic_data() local
406 bytes = (mic_samples - samples_to_send) * BYTES_PER_SAMPLE; in process_mic_data()
407 memcpy(ctx->pending_mic_buf, &mic_buf[mic_samples], bytes); in process_mic_data()
410 dst = &ctx->pending_mic_buf[bytes]; in process_mic_data()
/Zephyr-latest/boards/qemu/x86/doc/
Dindex.rst156 Zeroing 524544 bytes of memory at 0x105000
157 Copying 32768 data bytes to 0x1000 from image offset
158 Copying 20480 data bytes to 0x100000 from image offset 32768
159 Copying 540416 data bytes to 0x185100 from image offset 53248
/Zephyr-latest/samples/subsys/zbus/benchmark/src/
Dbenchmark.c53 memcpy(msg.bytes, &message_size, sizeof(message_size)); in producer_thread()
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dmain_functions.cpp89 input_length = model_input->bytes / sizeof(float); in setup()
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/
Dst_b_lcd40_dsi1_mb1166.overlay2 * Copyright (c) 2023 bytes at work AG
/Zephyr-latest/subsys/usb/host/
DKconfig34 USB host stack thread stack size in bytes.
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py214 def write(self, data: bytes) -> None: argument
311 def _read_device_output(self) -> bytes:
320 def _write_to_device(self, data: bytes) -> None: argument
/Zephyr-latest/drivers/net/
Dslip.c318 int bytes = net_buf_frags_len(rx_buf); in recv_cb() local
321 while (bytes && rx_buf) { in recv_cb()
335 bytes); in recv_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c45 #define BYTES_TO_USEC(bytes, bits_per_usec) \ argument
46 ((bytes) * 8 >> (__builtin_ffs(bits_per_usec) - 1))
138 uint8_t bytes[CAU3_AES_BLOCK_SIZE - 1 - 2]; member
1299 ctx_ccm.nonce.bytes[4] |= ccm->direction << 7; in radio_ccm_rx_pkt_set()
1300 memcpy(&ctx_ccm.nonce.bytes[5], ccm->iv, 8); /* LSO to MSO */ in radio_ccm_rx_pkt_set()
1398 ctx_ccm.nonce.bytes[4] |= ccm->direction << 7; in radio_ccm_tx_pkt_set()
1399 memcpy(&ctx_ccm.nonce.bytes[5], ccm->iv, 8); /* LSO to MSO */ in radio_ccm_tx_pkt_set()
1414 ctx_ccm.nonce.bytes, 13, in radio_ccm_tx_pkt_set()
1445 ctx_ccm.nonce.bytes, 13, in radio_ccm_is_done()
/Zephyr-latest/samples/modules/nanopb/
DREADME.rst20 bytes buffer = 2;
/Zephyr-latest/lib/posix/options/
DKconfig.mqueue29 Mention maximum size of message in bytes.

12345678910>>...21