| /Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
| D | qemu_adapter.py | 57 def _write_to_device(self, data: bytes) -> None:
|
| D | device_adapter.py | 214 def write(self, data: bytes) -> None: 320 def _write_to_device(self, data: bytes) -> None:
|
| D | fifo_handler.py | 128 def write(self, __buffer: bytes) -> int:
|
| D | hardware_adapter.py | 259 def _write_to_device(self, data: bytes) -> None:
|
| D | binary_adapter.py | 92 def _write_to_device(self, data: bytes) -> None:
|
| /Zephyr-latest/include/zephyr/sys/ |
| D | sys_heap.h | 177 #define sys_heap_realloc(heap, ptr, bytes) \ argument
|
| /Zephyr-latest/drivers/entropy/ |
| D | entropy_smartbond.c | 210 static const uint8_t *rng_pool_put_bytes(struct rng_pool *rngp, const uint8_t *bytes, in rng_pool_put_bytes() 278 uint16_t bytes; in entropy_smartbond_get_entropy() local 329 uint8_t bytes[4]; in entropy_smartbond_get_entropy_isr() local
|
| /Zephyr-latest/subsys/tracing/test/ |
| D | tracing_string_format_test.c | 349 void sys_trace_k_heap_init(struct k_heap *h, void *mem, size_t bytes) in sys_trace_k_heap_init() 354 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() 359 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() 374 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() 378 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() 384 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() 389 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() 400 void sys_trace_k_heap_aligned_alloc_exit(struct k_heap *h, size_t bytes, in sys_trace_k_heap_aligned_alloc_exit()
|
| /Zephyr-latest/subsys/net/lib/sockets/ |
| D | sockets_internal.h | 119 static inline void sock_obj_core_update_send_stats(int sock, int 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()
|
| /Zephyr-latest/soc/silabs/silabs_siwx91x/ |
| D | siwx91x_isp_prepare.py | 31 def calc_crc32(data: bytes) -> int:
|
| /Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
| D | bma4xx_emul.c | 62 static int bma4xx_emul_read_byte(const struct emul *target, int reg, uint8_t *val, int bytes) in bma4xx_emul_read_byte() 69 static int bma4xx_emul_write_byte(const struct emul *target, int reg, uint8_t val, int bytes) in bma4xx_emul_write_byte()
|
| /Zephyr-latest/samples/net/cellular_modem/server/ |
| D | te_udp_receive.py | 34 def _validate_packet_(self, data: bytes) -> bool:
|
| /Zephyr-latest/include/zephyr/drivers/usb/ |
| D | udc_buf.h | 87 #define UDC_HEAP_DEFINE(name, bytes, in_section) \ argument
|
| /Zephyr-latest/subsys/usb/device/ |
| D | usb_transfer.c | 75 uint32_t bytes; in usb_transfer_work() local 173 uint32_t bytes; in usb_transfer_ep_callback() local
|
| /Zephyr-latest/subsys/tracing/ |
| D | tracing_backend_usb.c | 147 uint32_t bytes; in tracing_backend_usb_output() local
|
| /Zephyr-latest/drivers/mspi/ |
| D | mspi_ambiq.h | 17 #define MSPI_AMBIQ_HEAP_DEFINE(name, bytes) \ argument
|
| /Zephyr-latest/tests/drivers/sensor/ina237/src/ |
| D | ina237_emul.c | 24 uint8_t bytes; member
|
| /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()
|
| /Zephyr-latest/subsys/jwt/ |
| D | jwt.c | 112 static int base64_append_bytes(const char *bytes, size_t len, in base64_append_bytes()
|
| /Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/ |
| D | main.c | 193 uint32_t bytes, pos, compare, offset; in compare_data() local 236 uint32_t bytes, pos; in create_pkt() local
|
| /Zephyr-latest/include/zephyr/toolchain/ |
| D | common.h | 198 #define IS_PTR_ALIGNED_BYTES(ptr, bytes) ((((uintptr_t)ptr) % bytes) == 0) argument
|
| /Zephyr-latest/tests/drivers/sensor/ina230/src/ |
| D | ina230_emul.c | 23 uint8_t bytes; member
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | blob.h | 109 size_t bytes = block->chunk_count / 8; in blob_chunk_missing_set_all() local
|
| /Zephyr-latest/drivers/firmware/scmi/ |
| D | shmem.c | 42 static void scmi_shmem_memcpy(mm_reg_t dst, mm_reg_t src, uint32_t bytes) in scmi_shmem_memcpy()
|
| /Zephyr-latest/lib/heap/ |
| D | heap_stress.c | 107 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes), in sys_heap_stress()
|