Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus.c38 #define cybt_debug(format,args...) printf("%d.%d: " format, (int)cyw43_hal_ticks_ms() / 1000, (int)… macro
40 #define cybt_debug(format, ...) ((void)0) macro
126 cybt_debug("cybt_fw_download\n"); in cyw43_btbus_init()
146 cybt_debug("cybt_fw_download_finish\n"); in cyw43_btbus_init()
154 cybt_debug("// cybt_wait_bt_ready\n"); in cyw43_btbus_init()
158 cybt_debug("hci_open(): FW download successfully\n"); in cyw43_btbus_init()
220 cybt_debug("cybt_hci_write_hdr: 1-round write, len = %" PRId32 "\n", length); in cybt_hci_write_buf()
233cybt_debug("cybt_hci_write_hdr: 2-round write, 1st_len = %" PRId32 ", 2nd_len = %" PRId32 "\n", fi… in cybt_hci_write_buf()
268 cybt_debug("cybt_hci_read: bt2host_in_val=%lu bt2host_out_val=%lu fw_b2h_buf_count=%ld\n", in cybt_hci_read()
288 cybt_debug("cybt_hci_read: 1-round read, len = %" PRId32 "\n", read_len); in cybt_hci_read()
[all …]
Dcybt_shared_bus_driver.c38 #define cybt_debug(format, args ...) printf(format,##args) macro
40 #define cybt_debug(format, ...) ((void)0) macro
527cybt_debug("cybt_get_bt_buf_index: h2b_in = 0x%08lx, h2b_out = 0x%08lx, b2h_in = 0x%08lx, b2h_out … in cybt_get_bt_buf_index()
552 cybt_debug("cybt_reg_write 0x%08lx 0x%08lx\n", reg_addr, value); in cybt_reg_write()
566 cybt_debug("cybt_reg_read 0x%08lx == 0x%08lx\n", reg_addr, *p_value); in cybt_reg_read()
576 cybt_debug("\n "); in dump_bytes()
578 cybt_debug("0x%02x", bptr[i]); in dump_bytes()
580 cybt_debug(", "); in dump_bytes()
583 cybt_debug("\n"); in dump_bytes()
591 cybt_debug("cybt_mem_write addr 0x%08lx len %ld\n", mem_addr, data_len); in cybt_mem_write()
[all …]