Home
last modified time | relevance | path

Searched refs:second_write_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.c232 uint32_t second_write_len = length - first_write_len; in cybt_hci_write_buf() local
234 second_write_len); in cybt_hci_write_buf()
235 if (second_write_len > 0) { in cybt_hci_write_buf()
236 cybt_mem_write_idx(H2B_BUF_ADDR_IDX, 0, p_data + first_write_len, second_write_len); in cybt_hci_write_buf()
237 fw_membuf_info.host2bt_in_val += second_write_len; in cybt_hci_write_buf()