Home
last modified time | relevance | path

Searched defs:cybt_printf (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.c27 #define cybt_printf(format, args ...) printf(format,##args) macro
29 #define cybt_printf(...) macro
Dcybt_shared_bus.c42 #define cybt_printf(format, args...) printf("%d.%d: " format, (int)cyw43_hal_ticks_ms() / 1000, (in… macro