Home
last modified time | relevance | path

Searched defs:format (Results 1 – 6 of 6) 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)… 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
Dcybt_shared_bus_driver.c27 #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/
Dmain.cpp33 std::string format(DEFAULT_OUTPUT_FORMAT); in main() local
Dpio_assembler.h32 std::shared_ptr<output_format> format; member
/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c561 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/
Dpowman.c25 #define powman_debug(format, args...) if (powman_debug_printf) printf(format, ## args) argument