Home
last modified time | relevance | path

Searched defs:bytes (Results 51 – 75 of 92) sorted by relevance

1234

/Zephyr-latest/drivers/dma/
Ddma_nxp_edma.h362 uint32_t bytes) in edma_chan_cyclic_consume()
401 uint32_t bytes) in edma_chan_cyclic_produce()
Ddma_nxp_sdma.c77 static int dma_nxp_sdma_consume(struct sdma_channel_data *chan_data, uint32_t bytes) in dma_nxp_sdma_consume()
97 static int dma_nxp_sdma_produce(struct sdma_channel_data *chan_data, uint32_t bytes) in dma_nxp_sdma_produce()
Ddma_ifx_cat1.c202 uint32_t bytes, uint32_t offset) in _initialize_descriptor()
339 uint32_t bytes; in ifx_cat1_dma_configure() local
Ddma_emul.c194 size_t bytes; in dma_emul_work_handler() local
/Zephyr-latest/drivers/net/
Dslip.c318 int bytes = net_buf_frags_len(rx_buf); in recv_cb() local
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_decoder.c171 uint8_t bytes = 0U; in packet_length_decode() local
/Zephyr-latest/include/zephyr/net/
Dnet_stats.h136 struct net_stats_bytes bytes; member
334 net_stats_t bytes; member
353 net_stats_t bytes; member
386 struct net_stats_bytes bytes; member
595 struct net_stats_bytes bytes; member
647 struct net_stats_bytes bytes; member
678 struct net_stats_bytes bytes; member
/Zephyr-latest/subsys/shell/modules/
Ddevmem_service.c33 static unsigned char *bytes; variable
/Zephyr-latest/drivers/entropy/
Dentropy_nrf5.c232 uint16_t bytes; in entropy_nrf5_get_entropy() local
Dentropy_stm32.c663 uint16_t bytes; in entropy_stm32_rng_get_entropy() local
/Zephyr-latest/lib/utils/
Djson.c892 char bytes[2] = { '\\', escaped }; in json_escape_internal() local
1223 static int append_bytes_to_buf(const char *bytes, size_t len, void *data) in append_bytes_to_buf()
1255 static int measure_bytes(const char *bytes, size_t len, void *data) in measure_bytes()
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dmain.c403 size_t bytes; in process_mic_data() local
/Zephyr-latest/tests/lib/mem_blocks/src/
Dmain.c84 static void mem_block_alloc_free_cb(uintptr_t heap_id, void *mem, size_t bytes) in mem_block_alloc_free_cb()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.c185 unsigned int bytes; in __eswifi_off_send_pkt() local
Deswifi_socket_offload.c176 int i, bytes; in map_credentials() local
/Zephyr-latest/drivers/sensor/ams/tsl2561/
Dtsl2561.c138 uint8_t bytes[2]; in tsl2561_sample_fetch() local
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py2043 def to_num(data: bytes, length: Optional[int] = None,
2064 def to_nums(data: bytes, length: int = 4, signed: bool = False) -> list[int]:
/Zephyr-latest/drivers/bluetooth/hci/
Dh4.c398 int bytes; in process_tx() local
/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/
Dmain.c429 static size_t write_and_save_progress(size_t bytes, const char *save_key) in write_and_save_progress()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c370 static void send_sdu(int iteration, int chan_idx, int bytes) in send_sdu()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c45 #define BYTES_TO_USEC(bytes, bits_per_usec) \ argument
138 uint8_t bytes[CAU3_AES_BLOCK_SIZE - 1 - 2]; member
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_client/src/
Dmain.c179 uint8_t bytes = 0U; in encode_fixed_hdr() local
/Zephyr-latest/lib/posix/options/
Dnet.c80 unsigned char *bytes = (unsigned char *)&in.s_addr; in inet_ntoa() local
/Zephyr-latest/drivers/usb/device/
Dusb_dc_sam0.c641 uint32_t bytes = desc->DeviceDescBank[0].PCKSIZE.bit.BYTE_COUNT; in usb_dc_ep_read_ex() local
/Zephyr-latest/subsys/net/ip/
Dtp.c128 size_t bytes = size * nmemb; in tp_calloc() local

1234