Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c65 static int DbgConsole_PrintfFormattedData(PUTCHAR_FUNC func_ptr, const char *fmt, va_list ap);
173 result = DbgConsole_PrintfFormattedData(DbgConsole_Putchar, fmt_s, formatStringArg); in DbgConsole_Vprintf()
569 static int DbgConsole_PrintfFormattedData(PUTCHAR_FUNC func_ptr, const char *fmt, va_list ap) in DbgConsole_PrintfFormattedData() function