Home
last modified time | relevance | path

Searched defs:printf (Results 1 – 9 of 9) sorted by relevance

/btstack/3rd-party/segger-rtt/
H A DSEGGER_RTT_Syscalls_SES.c119 int printf(const char *fmt,...) { in printf() function
157 int printf(const char *fmt, ...) { in printf() function
188 int printf(const char *fmt,...) { in printf() function
/btstack/port/stm32-l476rg-nucleo-sx1280/port/
H A Ddebug.h40 #define printf(...) SEGGER_RTT_printf( 0, __VA_ARGS__ ) macro
46 #define printf(...) macro
/btstack/port/nrf5-cinnamon/port/
H A Ddebug.h40 #define printf(...) SEGGER_RTT_printf( 0, __VA_ARGS__ ) macro
46 #define printf(...) macro
/btstack/port/stm32-l451-miromico-sx1280/port/
H A Ddebug.h40 #define printf(...) SEGGER_RTT_printf( 0, __VA_ARGS__ ) macro
46 #define printf(...) macro
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/
H A Dmain.c42 #define printf(format, ...) SEGGER_RTT_printf(0, format, ## __VA_ARGS__) macro
/btstack/port/stm32-l451-miromico-sx1280/Src/
H A Dmain.c43 #define printf(format, ...) SEGGER_RTT_printf(0, format, ## __VA_ARGS__) macro
/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/
H A Dsx1280-hal.c23 #define printf(format, ...) SEGGER_RTT_printf(0, format, ## __VA_ARGS__) macro
H A Dsx1280.c23 #define printf(format, ...) SEGGER_RTT_printf(0, format, ## __VA_ARGS__) macro
/btstack/port/msp432p401lp-cc256x/
H A Dmain.c148 int printf(const char * format, ...){ in printf() function