Home
last modified time | relevance | path

Searched refs:CIRC_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.c49 #define CIRC_BUF_SPACE(in, out) CIRC_BUF_CNT((out), ((in) + 4)) macro
212 …uint32_t buf_space = CIRC_BUF_SPACE(fw_membuf_info.host2bt_in_val, fw_membuf_info.host2bt_out_val); in cybt_hci_write_buf()