Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/debug_console/
Dfsl_debug_console.c1055 char printBuf[DEBUG_CONSOLE_PRINTF_MAX_LOG_LEN] = {'\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()
1111 char printBuf[DEBUG_CONSOLE_PRINTF_MAX_LOG_LEN] = {'\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()
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/
Dfsl_debug_console.c1064 char printBuf[DEBUG_CONSOLE_PRINTF_MAX_LOG_LEN] = {'\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()
1120 char printBuf[DEBUG_CONSOLE_PRINTF_MAX_LOG_LEN] = {'\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()
/hal_nxp-latest/mcux/mcux-sdk/components/log/
Dfsl_component_log.c208 static int log_sprintf_internal(log_print_buffer_t *printBuf, char const *format, ...) in log_sprintf_internal() argument
215 ret = StrFormatPrintf(format, ap, (char *)printBuf, log_print_to_buffer); in log_sprintf_internal()
527 uint8_t printBuf[LOG_MAX_MEESSAGE_LENGTH]; in LOG_Printf() local
551 buffer.buffer = printBuf; in LOG_Printf()