Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus.c252 uint32_t new_b2h_out_val; in cybt_hci_read() local
311 new_b2h_out_val = fw_membuf_info.bt2host_out_val & (BTSDIO_FWBUF_SIZE - 1); in cybt_hci_read()
312 cybt_debug("cybt_hci_read new b2h_out = %" PRId32 "\n", new_b2h_out_val); in cybt_hci_read()
313 cybt_reg_write_idx(B2H_BUF_OUT_ADDR_IDX, new_b2h_out_val); in cybt_hci_read()