Searched refs:StrFormatPrintf (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/str/ |
| D | fsl_str.h | 45 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb);
|
| D | fsl_str.c | 789 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb) in StrFormatPrintf() function
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/ |
| D | fsl_debug_console.c | 1060 logLength = StrFormatPrintf(fmt_s, formatStringArg, printBuf, DbgConsole_PrintCallback); in DbgConsole_Vprintf() 1119 logLength = StrFormatPrintf(fmt_s, formatStringArg, printBuf, DbgConsole_PrintCallback); in DbgConsole_BlockingVprintf()
|