/Zephyr-latest/scripts/ |
D | gen_gcov_files.py | 61 fp.write(bytes.fromhex(hexdump_val))
|
/Zephyr-latest/boards/shields/rk043fn02h_ct/ |
D | Kconfig.defconfig | 41 # Force display buffers to be aligned to cache line size (32 bytes)
|
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/ |
D | Kconfig.defconfig | 41 # Force display buffers to be aligned to cache line size (32 bytes)
|
/Zephyr-latest/scripts/build/ |
D | gen_offset_header.py | 43 if isinstance(sym.name, bytes):
|
D | uf2conv.py | 122 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/ |
D | Kconfig.renesas_ra | 28 # Force display buffers to be aligned to cache line size (64 bytes)
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/ |
D | stm32h747i_disco_stm32h747xx_m7.overlay | 2 * Copyright (c) 2023 bytes at work AG
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_shell.c | 139 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/ |
D | shmem.c | 51 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/ |
D | http_client.rst | 64 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/ |
D | smbus.rst | 30 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/ |
D | README.md | 44 It will print the number of the bytes read and return to the shell: 46 Number of bytes read: 3442
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_imx_netc | 62 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/ |
D | rpi_pico2.dtsi | 71 * 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/ |
D | main.c | 403 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/ |
D | index.rst | 156 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/ |
D | benchmark.c | 53 memcpy(msg.bytes, &message_size, sizeof(message_size)); in producer_thread()
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | main_functions.cpp | 89 input_length = model_input->bytes / sizeof(float); in setup()
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/ |
D | st_b_lcd40_dsi1_mb1166.overlay | 2 * Copyright (c) 2023 bytes at work AG
|
/Zephyr-latest/subsys/usb/host/ |
D | Kconfig | 34 USB host stack thread stack size in bytes.
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 214 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/ |
D | slip.c | 318 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/ |
D | radio.c | 45 #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/ |
D | README.rst | 20 bytes buffer = 2;
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.mqueue | 29 Mention maximum size of message in bytes.
|