Home
last modified time | relevance | path

Searched defs:len (Results 251 – 275 of 1161) sorted by relevance

1...<<11121314151617181920>>...47

/Zephyr-Core-3.7.0/include/zephyr/llext/
Dbuf_loader.h33 size_t len; member
/Zephyr-Core-3.7.0/samples/net/sockets/tcp/src/
Dmain.c77 ssize_t len = recv(fd, buf, BUF_SIZE, 0); in udp() local
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dmpsc_packet.h45 uint32_t len: 32 - MPSC_PBUF_HDR_BITS; member
/Zephyr-Core-3.7.0/drivers/flash/
Dflash_gd32_v1.c65 bool flash_gd32_valid_range(off_t offset, uint32_t len, bool write) in flash_gd32_valid_range()
97 int flash_gd32_write_range(off_t offset, const void *data, size_t len) in flash_gd32_write_range()
Dflash_stm32g4x.c31 uint32_t len, in flash_stm32_valid_range()
228 unsigned int len) in flash_stm32_block_erase_loop()
244 const void *data, unsigned int len) in flash_stm32_write_range()
Dflash_stm32l5x.c137 uint32_t len, in flash_stm32_valid_range()
303 unsigned int len) in flash_stm32_block_erase_loop()
344 const void *data, unsigned int len) in flash_stm32_write_range()
/Zephyr-Core-3.7.0/drivers/entropy/
Dentropy_neorv32_trng.c44 static int neorv32_trng_get_entropy(const struct device *dev, uint8_t *buffer, uint16_t len) in neorv32_trng_get_entropy()
61 uint16_t len, uint32_t flags) in neorv32_trng_get_entropy_isr()
Dentropy_smartbond.c33 #define RNG_POOL_DEFINE(name, len) uint8_t name[sizeof(struct rng_pool) + (len)] argument
135 static uint16_t rng_pool_get(struct rng_pool *rngp, uint8_t *buf, uint16_t len) in rng_pool_get()
269 static int entropy_smartbond_get_entropy(const struct device *dev, uint8_t *buf, uint16_t len) in entropy_smartbond_get_entropy()
295 static int entropy_smartbond_get_entropy_isr(const struct device *dev, uint8_t *buf, uint16_t len, in entropy_smartbond_get_entropy_isr()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dsol_pdu_rpl_cli.c22 uint8_t *len; member
31 uint8_t len = 0; in handle_status() local
/Zephyr-Core-3.7.0/subsys/net/lib/coap/
Dcoap_link_format.c55 static inline bool append(struct coap_packet *cpkt, const uint8_t *data, uint16_t len) in append()
72 const char *uri, uint16_t len) in match_path_uri()
217 const char *str, uint16_t len, in append_to_coap_pkt()
405 uint8_t len; in clear_more_flag() local
439 uint8_t *data, uint16_t len) in coap_well_known_core_get_len()
732 const char *uri, uint16_t len) in _coap_match_path_uri()
/Zephyr-Core-3.7.0/drivers/mfd/
Dmfd_ad559x.c23 int mfd_ad559x_read_raw(const struct device *dev, uint8_t *val, size_t len) in mfd_ad559x_read_raw()
30 int mfd_ad559x_write_raw(const struct device *dev, uint8_t *val, size_t len) in mfd_ad559x_write_raw()
/Zephyr-Core-3.7.0/drivers/serial/
Duart_async_to_irq.c64 size_t len) in rx_enable()
77 size_t len = uart_async_rx_get_buf_len(&data->rx.async_rx); in try_rx_enable() local
92 size_t len = uart_async_rx_get_buf_len(async_rx); in on_rx_buf_req() local
166 int z_uart_async_to_irq_fifo_fill(const struct device *dev, const uint8_t *buf, int len) in z_uart_async_to_irq_fifo_fill()
191 const int len) in z_uart_async_to_irq_fifo_read()
Duart_rtt.c95 const uint8_t *buf, size_t len, int32_t timeout) in uart_rtt_tx()
141 uint8_t *buf, size_t len, int32_t timeout) in uart_rtt_rx_enable()
166 uint8_t *buf, size_t len) in uart_rtt_rx_buf_rsp()
/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_pd.c258 static int pd_decode_command(struct osdp_pd *pd, uint8_t *buf, int len) in pd_decode_command()
576 int i, len = 0; in pd_build_reply() local
809 int ret, len; in pd_send_reply() local
852 int err, len; in pd_decode_packet() local
887 int len, err, remaining; in pd_receive_and_process_command() local
/Zephyr-Core-3.7.0/drivers/eeprom/
Deeprom_at2x.c92 size_t len) in eeprom_at2x_read()
129 size_t len) in eeprom_at2x_limit_write_count()
151 size_t len) in eeprom_at2x_write()
248 off_t offset, size_t len) in eeprom_at24_adjust_read_count()
261 size_t len) in eeprom_at24_read()
303 const void *buf, size_t len) in eeprom_at24_write()
419 size_t len) in eeprom_at25_read()
506 const void *buf, size_t len) in eeprom_at25_write()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dhostname.h76 static inline int net_hostname_set(char *host, size_t len) in net_hostname_set()
/Zephyr-Core-3.7.0/subsys/usb/device/
Dbos.c55 int32_t *len, uint8_t **data) in usb_handle_bos()
/Zephyr-Core-3.7.0/tests/posix/common/src/
Dconfstr.c22 size_t len; in ZTEST() member
/Zephyr-Core-3.7.0/samples/subsys/usb/hid-keyboard/src/
Dmain.c81 const uint8_t type, const uint8_t id, const uint16_t len, in kb_get_report()
90 const uint8_t type, const uint8_t id, const uint16_t len, in kb_set_report()
129 static void kb_output_report(const struct device *dev, const uint16_t len, in kb_output_report()
/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart/src/
Dmain.c65 static int h4_read(const struct device *uart, uint8_t *buf, size_t len) in h4_read()
212 int len; in tx_isr() local
285 uint32_t len = 0U, pos = 0U; in bt_ctlr_assert_handle() local
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dhci_stm32wba.c99 static struct net_buf *treat_evt(const uint8_t *data, size_t len) in treat_evt()
150 static struct net_buf *treat_acl(const uint8_t *data, size_t len, in treat_acl()
192 static struct net_buf *treat_iso(const uint8_t *data, size_t len, in treat_iso()
234 static int receive_data(const struct device *dev, const uint8_t *data, size_t len, in receive_data()
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/
Dots_oacp.c355 static int oacp_command_decode(const uint8_t *buf, uint16_t len, in oacp_command_decode()
453 ssize_t len; in oacp_read_proc_cb() local
544 size_t len; in oacp_write_proc_cb() local
672 const void *buf, uint16_t len, in bt_gatt_ots_oacp_write()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_adv_internal.h185 uint8_t len; in ull_adv_aux_hdr_len_calc() local
199 ull_adv_aux_hdr_len_fill(struct pdu_adv_com_ext_adv *com_hdr, uint8_t len) in ull_adv_aux_hdr_len_fill()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/util/
Dmem.c114 void mem_rcopy(uint8_t *dst, uint8_t const *src, uint16_t len) in mem_rcopy()
126 uint8_t mem_nz(uint8_t *src, uint16_t len) in mem_nz()
/Zephyr-Core-3.7.0/samples/bluetooth/direct_adv/src/
Dmain.c40 void *buf, uint16_t len, uint16_t offset) in read_signed()
49 const void *buf, uint16_t len, uint16_t offset, in write_signed()

1...<<11121314151617181920>>...47