Home
last modified time | relevance | path

Searched refs:len (Results 501 – 525 of 2148) sorted by relevance

1...<<21222324252627282930>>...86

/Zephyr-latest/drivers/serial/
Duart_max32.c51 size_t len; member
61 size_t len; member
97 static int uart_max32_tx_dma_load(const struct device *dev, uint8_t *buf, size_t len);
327 data->async.rx.len = 0; in uart_max32_init()
512 static uint32_t load_tx_cache(const uint8_t *src, size_t len, uint8_t *dest) in load_tx_cache() argument
514 memcpy(dest, src, MIN(len, CONFIG_UART_TX_CACHE_LEN)); in load_tx_cache()
516 return MIN(len, CONFIG_UART_TX_CACHE_LEN); in load_tx_cache()
543 tx->len -= tx->dma_blk.block_size; in uart_max32_async_tx_callback()
544 if (tx->len > 0) { in uart_max32_async_tx_callback()
547 MIN(tx->len, CONFIG_UART_TX_CACHE_LEN)); in uart_max32_async_tx_callback()
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c204 size_t len, in bt_buf_make_view() argument
207 __ASSERT_NO_MSG(len); in bt_buf_make_view()
216 LOG_DBG("make-view %p viewsize %zu meta %p", view, len, meta); in bt_buf_make_view()
219 view->size = net_buf_headroom(parent) + len; in bt_buf_make_view()
220 view->len = len; in bt_buf_make_view()
224 (void)net_buf_pull(parent, len); in bt_buf_make_view()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dkeys_br.c173 ssize_t len; in link_key_set() local
183 len = read_cb(cb_arg, val, sizeof(val)); in link_key_set()
184 if (len < 0) { in link_key_set()
185 LOG_ERR("Failed to read value (err %zu)", len); in link_key_set()
189 LOG_DBG("name %s val %s", name, len ? bt_hex(val, sizeof(val)) : "(null)"); in link_key_set()
198 if (len != BT_KEYS_LINK_KEY_STORAGE_LEN) { in link_key_set()
209 memcpy(link_key->storage_start, val, len); in link_key_set()
/Zephyr-latest/samples/net/promiscuous_mode/src/
Dmain.c24 LOG_HEXDUMP_DBG(buf->data, buf->len, str); in net_pkt_hexdump()
67 size_t len; in print_info() local
128 len = net_pkt_get_len(pkt); in print_info()
133 "IPv4", proto, len, in print_info()
138 len, src_addr, in print_info()
144 "IPv6", proto, len, in print_info()
149 len, src_addr, in print_info()
/Zephyr-latest/subsys/shell/backends/
Dshell_rpmsg.c15 size_t len, uint32_t src, void *priv) in rpmsg_shell_cb() argument
21 if (len == 0) { in rpmsg_shell_cb()
26 rx.len = len; in rpmsg_shell_cb()
152 __ASSERT_NO_MSG(rx->len > 0); in read()
156 __ASSERT_NO_MSG(rx->len > sh_rpmsg->rx_consumed); in read()
157 read_len = rx->len - sh_rpmsg->rx_consumed; in read()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c155 int len = MIN(optlen, TEST_CONN_DATA_LEN); in test_set_opt_a() local
169 (void)memcpy(target, optval, len); in test_set_opt_a()
179 int len; in test_get_opt_a() local
189 len = MIN(strlen(target) + 1, *optlen); in test_get_opt_a()
195 *optlen = len; in test_get_opt_a()
196 (void)memset(optval, 0, len); in test_get_opt_a()
197 (void)memcpy(optval, target, len-1); in test_get_opt_a()
/Zephyr-latest/boards/native/nrf_bsim/soc/
Dsoc_secure.h24 static inline int soc_secure_mem_read(void *dst, void *src, size_t len) in soc_secure_mem_read() argument
26 (void)memcpy(dst, src, len); in soc_secure_mem_read()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas_client.c75 if (buf->len < sizeof(*pdu)) { in handle_read_preset_rsp()
90 name_len = buf->len + 1; /* + 1 byte for NULL terminator */ in handle_read_preset_rsp()
92 LOG_WRN("name is too long (%zu > %u)", buf->len, BT_HAS_PRESET_NAME_MAX); in handle_read_preset_rsp()
110 if (buf->len < sizeof(*pdu)) { in handle_generic_update()
121 name_len = buf->len + 1; /* + 1 byte for NULL terminator */ in handle_generic_update()
123 LOG_WRN("name is too long (%zu > %u)", buf->len, BT_HAS_PRESET_NAME_MAX); in handle_generic_update()
136 if (buf->len < sizeof(uint8_t)) { in handle_preset_deleted()
147 if (buf->len < sizeof(uint8_t)) { in handle_preset_availability()
162 if (buf->len < sizeof(*pdu)) { in handle_preset_changed()
201 uint16_t len) in control_point_notify_cb() argument
[all …]
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c52 uint8_t len; /* HCI command response length */ member
53 void (*handler)(struct net_buf *buf, struct net_buf **evt, uint8_t len, uint16_t opcode);
57 static void evt_create(struct net_buf *buf, uint8_t evt, uint8_t len) in evt_create() argument
63 hdr->len = len; in evt_create()
112 handler->handler(cmd, evt, handler->len, opcode); in cmd_handle_helper()
152 static void generic_success(struct net_buf *buf, struct net_buf **evt, uint8_t len, uint16_t opcode) in generic_success() argument
156 ccst = cmd_complete(evt, len, opcode); in generic_success()
159 (void)memset(ccst, 0, len); in generic_success()
165 static void read_local_features(struct net_buf *buf, struct net_buf **evt, uint8_t len, in read_local_features() argument
176 static void read_supported_commands(struct net_buf *buf, struct net_buf **evt, uint8_t len, in read_supported_commands() argument
[all …]
/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h165 #define Z_LOG_MSG_ON_STACK_ALLOC(ptr, len) \ argument
166 long long _ll_buf[DIV_ROUND_UP(len, sizeof(long long))]; \
167 long double _ld_buf[DIV_ROUND_UP(len, sizeof(long double))]; \
172 memset((ptr), 0, (len)); \
180 #define Z_LOG_MSG_ON_STACK_ALLOC(ptr, len) \ argument
192 ptr = (len > 128) ? (struct log_msg *)_ld_buf256 : \
193 ((len > 64) ? (struct log_msg *)_ld_buf128 : \
194 ((len > 48) ? (struct log_msg *)_ld_buf64 : \
195 ((len > 32) ? (struct log_msg *)_ld_buf48 : \
198 ptr = (len > 128) ? (struct log_msg *)_ll_buf256 : \
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_internal.h44 uint8_t ull_adv_data_set(struct ll_adv_set *adv, uint8_t len,
48 uint8_t ull_scan_rsp_set(struct ll_adv_set *adv, uint8_t len,
185 uint8_t len; in ull_adv_aux_hdr_len_calc() local
187 len = *dptr - (uint8_t *)com_hdr; in ull_adv_aux_hdr_len_calc()
188 if (len <= (PDU_AC_EXT_HEADER_SIZE_MIN + in ull_adv_aux_hdr_len_calc()
190 len = PDU_AC_EXT_HEADER_SIZE_MIN; in ull_adv_aux_hdr_len_calc()
191 *dptr = (uint8_t *)com_hdr + len; in ull_adv_aux_hdr_len_calc()
194 return len; in ull_adv_aux_hdr_len_calc()
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() argument
201 com_hdr->ext_hdr_len = len - PDU_AC_EXT_HEADER_SIZE_MIN; in ull_adv_aux_hdr_len_fill()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_esp32.c73 if (remaining != hdr.len) { in bt_esp_evt_recv()
77 LOG_DBG("len %u", hdr.len); in bt_esp_evt_recv()
126 if (remaining != sys_le16_to_cpu(hdr.len)) { in bt_esp_acl_recv()
168 if (remaining != bt_iso_hdr_len(sys_le16_to_cpu(hdr.len))) { in bt_esp_iso_recv()
187 static int hci_esp_host_rcv_pkt(uint8_t *data, uint16_t len) in hci_esp_host_rcv_pkt() argument
193 size_t remaining = len; in hci_esp_host_rcv_pkt()
195 LOG_HEXDUMP_DBG(data, len, "host packet data:"); in hci_esp_host_rcv_pkt()
242 LOG_DBG("buf %p type %u len %u", buf, bt_buf_get_type(buf), buf->len); in bt_esp32_send()
260 LOG_HEXDUMP_DBG(buf->data, buf->len, "Final HCI buffer:"); in bt_esp32_send()
267 esp_vhci_host_send_packet(buf->data, buf->len); in bt_esp32_send()
Duserchan.c116 payload_len = sys_le16_to_cpu(acl->len); in hci_packet_complete()
127 payload_len = sco->len; in hci_packet_complete()
138 payload_len = evt->len; in hci_packet_complete()
149 payload_len = bt_iso_hdr_len(sys_le16_to_cpu(iso->len)); in hci_packet_complete()
184 long len; in rx_thread() local
194 len = nsi_host_read(uc->fd, frame + frame_size, sizeof(frame) - frame_size); in rx_thread()
195 if (len < 0) { in rx_thread()
207 frame_size += len; in rx_thread()
271 LOG_DBG("buf %p type %u len %u", buf, bt_buf_get_type(buf), buf->len); in uc_send()
296 if (nsi_host_write(uc->fd, buf->data, buf->len) < 0) { in uc_send()
/Zephyr-latest/subsys/usb/host/
Dusbh_ch9.c106 const uint16_t len, in usbh_req_desc() argument
114 bmRequestType, bRequest, wValue, id, len, in usbh_req_desc()
119 const uint16_t len, in usbh_req_desc_dev() argument
123 const uint16_t wLength = MIN(len, sizeof(struct usb_device_descriptor)); in usbh_req_desc_dev()
133 if (ret == 0 && buf->len == wLength) { in usbh_req_desc_dev()
148 const uint16_t len, in usbh_req_desc_cfg() argument
152 const uint16_t wLength = len; in usbh_req_desc_cfg()
156 buf = usbh_xfer_buf_alloc(udev, len); in usbh_req_desc_cfg()
163 memcpy(desc, buf->data, len); in usbh_req_desc_cfg()
205 if (ret == 0 && buf->len == wLength) { in usbh_req_get_cfg()
/Zephyr-latest/include/zephyr/drivers/
Duart_pipe.h45 void uart_pipe_register(uint8_t *buf, size_t len, uart_pipe_recv_cb cb);
56 int uart_pipe_send(const uint8_t *data, int len);
/Zephyr-latest/drivers/flash/
Dsoc_flash_nios2_qspi.c75 size_t len) in flash_nios2_qspi_erase() argument
81 uint32_t remaining_length = len; /* length of data left to be erased */ in flash_nios2_qspi_erase()
95 if (((offset + len) > qspi_dev->data_end) || in flash_nios2_qspi_erase()
107 erase_offset >= (offset + len)) { in flash_nios2_qspi_erase()
183 size_t len) in flash_nios2_qspi_write_block() argument
188 int32_t remaining_length = len; /* length left to write */ in flash_nios2_qspi_write_block()
280 const void *data, size_t len) in flash_nios2_qspi_write() argument
287 uint32_t remaining_length = len; /* length of data left to be written */ in flash_nios2_qspi_write()
300 if ((data == NULL) || ((offset + len) > qspi_dev->data_end) || in flash_nios2_qspi_write()
357 void *data, size_t len) in flash_nios2_qspi_read() argument
[all …]
Dflash_stm32f2x.c17 uint32_t len, in flash_stm32_valid_range() argument
22 return flash_stm32_range_exists(dev, offset, len); in flash_stm32_valid_range()
126 unsigned int len) in flash_stm32_block_erase_loop() argument
138 rc = flash_get_page_info_by_offs(dev, offset + len - 1, &info); in flash_stm32_block_erase_loop()
155 const void *data, unsigned int len) in flash_stm32_write_range() argument
159 for (i = 0; i < len; i++, offset++) { in flash_stm32_write_range()
/Zephyr-latest/subsys/logging/
Dlog_msg.c93 static void z_log_msg_simple_create(const void *source, uint32_t level, uint32_t *data, size_t len) in z_log_msg_simple_create() argument
96 size_t plen32 = len + CBPRINTF_DESC_SIZE32; in z_log_msg_simple_create()
103 .len = plen32, in z_log_msg_simple_create()
112 for (size_t i = 0; i < len; i++) { in z_log_msg_simple_create()
143 .len = plen32, in z_impl_z_log_msg_simple_create_0()
192 .len = plen32, in z_impl_z_log_msg_simple_create_1()
242 .len = plen32, in z_impl_z_log_msg_simple_create_2()
303 int len; in z_impl_z_log_msg_static_create() local
305 len = cbprintf_package_copy(package, inlen, in z_impl_z_log_msg_static_create()
309 if (len > Z_LOG_MSG_MAX_PACKAGE) { in z_impl_z_log_msg_static_create()
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c102 uint16_t off, len; in transfer_request() local
154 len = parser.field_data[UF_PATH].len; in transfer_request()
158 while (len > 0 && (next_slash = strchr(cursor, '/')) != NULL) { in transfer_request()
169 len -= (next_slash - cursor) + 1; in transfer_request()
173 if (len > 0) { in transfer_request()
175 ret = coap_packet_append_option(&msg->cpkt, COAP_OPTION_URI_PATH, cursor, len); in transfer_request()
226 uint16_t payload_len, payload_offset, len; in do_firmware_transfer_reply_cb() local
318 len = (payload_len > write_buflen) ? write_buflen : payload_len; in do_firmware_transfer_reply_cb()
319 payload_len -= len; in do_firmware_transfer_reply_cb()
321 if (buf_read(write_buf, len, CPKT_BUF_READ(response), in do_firmware_transfer_reply_cb()
[all …]
/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py32 line_count = len(filtered)
49 line_count = len(commit.message.body)
86 if len(line) > max_length and not line.startswith("Revert"):
87 … return [RuleViolation(self.id, self.violation_message.format(len(line), max_length), line)]
118 if len(line) > max_length:
119 … return [RuleViolation(self.id, self.violation_message.format(len(line), max_length), line)]
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_drv.c94 .len = sizeof(addr_buf), in ft8xx_drv_write()
99 .len = length, in ft8xx_drv_write()
128 .len = sizeof(addr_buf), in ft8xx_drv_read()
139 .len = sizeof(dummy_read_buf), in ft8xx_drv_read()
143 .len = length, in ft8xx_drv_read()
171 .len = sizeof(cmd_buf), in ft8xx_drv_command()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx_i2c.c20 uint8_t *value, uint8_t len) in bma4xx_i2c_read_data() argument
25 len); in bma4xx_i2c_read_data()
29 uint8_t *value, uint8_t len) in bma4xx_i2c_write_data() argument
34 len); in bma4xx_i2c_write_data()
/Zephyr-latest/subsys/mgmt/mcumgr/util/src/
Dzcbor_bulk.c40 if (key.len == dptr->key.len && in zcbor_map_decode_bulk()
41 memcmp(key.value, dptr->key.value, key.len) == 0) { in zcbor_map_decode_bulk()
95 if (dptr->key.len == key_len && in zcbor_map_decode_bulk_key_found()
/Zephyr-latest/drivers/console/
Dwinstream_console.c24 void winstream_console_trace_out(int8_t *str, size_t len) in winstream_console_trace_out() argument
26 if (len == 0) { in winstream_console_trace_out()
34 register int a5 __asm__("a5") = len; in winstream_console_trace_out()
41 sys_winstream_write(winstream, str, len); in winstream_console_trace_out()
/Zephyr-latest/drivers/entropy/
Dentropy_esp32.c79 uint16_t len) in entropy_esp32_get_entropy() argument
84 while (len > 0) { in entropy_esp32_get_entropy()
86 uint32_t to_copy = MIN(sizeof(word), len); in entropy_esp32_get_entropy()
90 len -= to_copy; in entropy_esp32_get_entropy()

1...<<21222324252627282930>>...86