Home
last modified time | relevance | path

Searched defs:bytes (Results 26 – 50 of 92) sorted by relevance

1234

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dqemu_adapter.py57 def _write_to_device(self, data: bytes) -> None:
Ddevice_adapter.py214 def write(self, data: bytes) -> None:
320 def _write_to_device(self, data: bytes) -> None:
Dfifo_handler.py128 def write(self, __buffer: bytes) -> int:
Dhardware_adapter.py259 def _write_to_device(self, data: bytes) -> None:
Dbinary_adapter.py92 def _write_to_device(self, data: bytes) -> None:
/Zephyr-latest/include/zephyr/sys/
Dsys_heap.h177 #define sys_heap_realloc(heap, ptr, bytes) \ argument
/Zephyr-latest/drivers/entropy/
Dentropy_smartbond.c210 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/
Dtracing_string_format_test.c349 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/
Dsockets_internal.h119 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/
Dsiwx91x_isp_prepare.py31 def calc_crc32(data: bytes) -> int:
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx_emul.c62 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/
Dte_udp_receive.py34 def _validate_packet_(self, data: bytes) -> bool:
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc_buf.h87 #define UDC_HEAP_DEFINE(name, bytes, in_section) \ argument
/Zephyr-latest/subsys/usb/device/
Dusb_transfer.c75 uint32_t bytes; in usb_transfer_work() local
173 uint32_t bytes; in usb_transfer_ep_callback() local
/Zephyr-latest/subsys/tracing/
Dtracing_backend_usb.c147 uint32_t bytes; in tracing_backend_usb_output() local
/Zephyr-latest/drivers/mspi/
Dmspi_ambiq.h17 #define MSPI_AMBIQ_HEAP_DEFINE(name, bytes) \ argument
/Zephyr-latest/tests/drivers/sensor/ina237/src/
Dina237_emul.c24 uint8_t bytes; member
/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()
/Zephyr-latest/subsys/jwt/
Djwt.c112 static int base64_append_bytes(const char *bytes, size_t len, in base64_append_bytes()
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c193 uint32_t bytes, pos, compare, offset; in compare_data() local
236 uint32_t bytes, pos; in create_pkt() local
/Zephyr-latest/include/zephyr/toolchain/
Dcommon.h198 #define IS_PTR_ALIGNED_BYTES(ptr, bytes) ((((uintptr_t)ptr) % bytes) == 0) argument
/Zephyr-latest/tests/drivers/sensor/ina230/src/
Dina230_emul.c23 uint8_t bytes; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob.h109 size_t bytes = block->chunk_count / 8; in blob_chunk_missing_set_all() local
/Zephyr-latest/drivers/firmware/scmi/
Dshmem.c42 static void scmi_shmem_memcpy(mm_reg_t dst, mm_reg_t src, uint32_t bytes) in scmi_shmem_memcpy()
/Zephyr-latest/lib/heap/
Dheap_stress.c107 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes), in sys_heap_stress()

1234