Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/str/
Dfsl_str.h58 int StrFormatScanf(const char *line_ptr, char *format, va_list args_ptr);
Dfsl_str.c1414 int StrFormatScanf(const char *line_ptr, char *format, va_list args_ptr) in StrFormatScanf() function
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.c1086 formatResult = StrFormatScanf(scanfBuf, fmt_s, ap); in DbgConsole_Scanf()