Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c585 int32_t cval; in DbgConsole_PrintfFormattedData() local
1087 cval = (int32_t)va_arg(ap, unsigned int); in DbgConsole_PrintfFormattedData()
1088 (void)func_ptr(cval); in DbgConsole_PrintfFormattedData()
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/
Dfsl_str.c804 int32_t cval; in StrFormatPrintf() local
1000 cval = (int32_t)va_arg(ap, int); in StrFormatPrintf()
1001 cb(buf, &count, cval, 1); in StrFormatPrintf()
/hal_nxp-latest/mcux/mcux-sdk/utilities/str/
Dfsl_str.c878 int32_t cval; in StrFormatPrintf() local
1041 cval = (int32_t)va_arg(ap, int); in StrFormatPrintf()
1042 cb(buf, &count, cval, 1); in StrFormatPrintf()