Searched refs:logLength (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/debug_console/ |
| D | fsl_debug_console.c | 1054 int logLength = 0, result = 0; in DbgConsole_Vprintf() local 1060 logLength = StrFormatPrintf(fmt_s, formatStringArg, printBuf, DbgConsole_PrintCallback); in DbgConsole_Vprintf() 1062 result = DbgConsole_SendDataReliable((uint8_t *)printBuf, (size_t)logLength); in DbgConsole_Vprintf() 1110 int logLength = 0, result = 0; in DbgConsole_BlockingVprintf() local 1119 logLength = StrFormatPrintf(fmt_s, formatStringArg, printBuf, DbgConsole_PrintCallback); in DbgConsole_BlockingVprintf() 1127 (uint8_t *)printBuf, (size_t)logLength); in DbgConsole_BlockingVprintf() 1128 result = (((status_t)kStatus_Success == status) ? (int)logLength : -1); in DbgConsole_BlockingVprintf()
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/ |
| D | fsl_debug_console.c | 1063 int logLength = 0, result = 0; in DbgConsole_Vprintf() local 1069 logLength = StrFormatPrintf(fmt_s, formatStringArg, printBuf, DbgConsole_PrintCallback); in DbgConsole_Vprintf() 1071 result = DbgConsole_SendDataReliable((uint8_t *)printBuf, (size_t)logLength); in DbgConsole_Vprintf() 1119 int logLength = 0, result = 0; in DbgConsole_BlockingVprintf() local 1128 logLength = StrFormatPrintf(fmt_s, formatStringArg, printBuf, DbgConsole_PrintCallback); in DbgConsole_BlockingVprintf() 1136 (uint8_t *)printBuf, (size_t)logLength); in DbgConsole_BlockingVprintf() 1137 result = (((status_t)kStatus_Success == dbgConsoleStatus) ? (int)logLength : -1); in DbgConsole_BlockingVprintf()
|