Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus.c300 uint32_t second_read_len = read_len - first_read_len; in cybt_hci_read() local
302 second_read_len); in cybt_hci_read()
303 if (second_read_len > 0) { in cybt_hci_read()
304 cybt_mem_read_idx(B2H_BUF_ADDR_IDX, 0, p_data + first_read_len, second_read_len); in cybt_hci_read()
305 fw_membuf_info.bt2host_out_val += second_read_len; in cybt_hci_read()