Searched defs:format (Results 1 – 6 of 6) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
D | cybt_shared_bus.c | 38 #define cybt_debug(format,args...) printf("%d.%d: " format, (int)cyw43_hal_ticks_ms() / 1000, (int)… argument 40 #define cybt_debug(format, ...) ((void)0) argument 42 #define cybt_printf(format, args...) printf("%d.%d: " format, (int)cyw43_hal_ticks_ms() / 1000, (in… argument
|
D | cybt_shared_bus_driver.c | 27 #define cybt_printf(format, args ...) printf(format,##args) argument 38 #define cybt_debug(format, args ...) printf(format,##args) argument 40 #define cybt_debug(format, ...) ((void)0) argument
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | main.cpp | 33 std::string format(DEFAULT_OUTPUT_FORMAT); in main() local
|
D | pio_assembler.h | 32 std::shared_ptr<output_format> format; member
|
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | printf.c | 561 static int _vsnprintf(out_fct_type out, char *buffer, const size_t maxlen, const char *format, va_l… in _vsnprintf() 896 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va) { in vfctprintf()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/ |
D | powman.c | 25 #define powman_debug(format, args...) if (powman_debug_printf) printf(format, ## args) argument
|