Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus.c212 …uint32_t buf_space = CIRC_BUF_SPACE(fw_membuf_info.host2bt_in_val, fw_membuf_info.host2bt_out_val); in cybt_hci_write_buf() local
213 assert(length <= buf_space); // queue full? in cybt_hci_write_buf()
214 if (length > buf_space) { in cybt_hci_write_buf()