Home
last modified time | relevance | path

Searched refs:printfCb (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/str/
Dfsl_str.h30 typedef void (*printfCb)(char *buf, int32_t *indicator, char val, int len); typedef
45 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb);
Dfsl_str.c252 printfCb cb, in PrintOutputdifFobpu()
305 printfCb cb, in PrintOutputxX()
789 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb) in StrFormatPrintf()