Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/include/
DStmUtil.h10 #define itmPrint(__channel, fmt, ...) fprintf(g_itm[__channel], "%s: " fmt, GetLogStamp(), ##__VA_A…
11 #define itmPrintAppend(__channel, fmt, ...) fprintf(g_itm[__channel], fmt, ##__VA_ARGS__);
20 extern void* g_itm[ITMCHANNELS];
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DStmUtil.c18 void* __attribute__((section (".ram2"))) g_itm[ITMCHANNELS] = {0}; variable
55 g_itm[n] = (void*)fopen(fileName, "wb"); in InitializeITM()