Home
last modified time | relevance | path

Searched refs:num_bytes (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.c193 uint16_t num_bytes, addr, data_pos, type, idx, octet; in cybt_fw_get_data() local
208 num_bytes = (uint16_t)read_hex(p_line_start + 1, 2); in cybt_fw_get_data()
209 assert(num_bytes * 2 + 8 + 2 + 1 == line_len); in cybt_fw_get_data()
219 for (idx = 0; idx < num_bytes; idx++) in cybt_fw_get_data()
247 data_len = num_bytes; in cybt_fw_get_data()
260 uint8_t num_bytes = *(p_btfw_cb->p_next_line_start)++; in cybt_fw_get_data() local
266 if (num_bytes == 0) break; in cybt_fw_get_data()
269 memcpy(hfd->p_ds, p_btfw_cb->p_next_line_start, num_bytes); in cybt_fw_get_data()
270 p_btfw_cb->p_next_line_start += num_bytes; in cybt_fw_get_data()
292 return num_bytes; in cybt_fw_get_data()