Searched refs:bt2host_in_val (Results 1 – 3 of 3) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
D | cybt_shared_bus_driver.c | 500 cybt_reg_read(B2H_BUF_IN_ADDR, &buf_index.bt2host_in_val); in cybt_debug_dump() 501 …f("B2H_BUF_IN_ADDR: 0x%08lx = 0x%08lx (last 0x%08lx)\n", B2H_BUF_IN_ADDR, buf_index.bt2host_in_val, in cybt_debug_dump() 502 last_buf_index.bt2host_in_val); in cybt_debug_dump() 524 p_buf_index->bt2host_in_val = buf[2]; in cybt_get_bt_buf_index() 530 p_buf_index->bt2host_in_val, in cybt_get_bt_buf_index() 535 …p_buf_index->bt2host_in_val >= BTSDIO_FWBUF_SIZE || p_buf_index->bt2host_out_val >= BTSDIO_FWBUF_S… in cybt_get_bt_buf_index() 545 assert(p_buf_index->bt2host_in_val < BTSDIO_FWBUF_SIZE); in cybt_get_bt_buf_index()
|
D | cybt_shared_bus.c | 266 fw_b2h_buf_count = CIRC_BUF_CNT(fw_membuf_info.bt2host_in_val, in cybt_hci_read() 269 fw_membuf_info.bt2host_in_val, fw_membuf_info.bt2host_out_val, fw_b2h_buf_count); in cybt_hci_read() 273 …ntf("error: cybt_hci_read bt2host_in_val=%lu bt2host_out_val=%lu\n", fw_membuf_info.bt2host_in_val, in cybt_hci_read()
|
D | cybt_shared_bus_driver.h | 55 uint32_t bt2host_in_val; member
|