FreeCalypso > hg > fc-tourmaline
comparison src/cs/services/etm/etm_trace.h @ 0:4e78acac3d88
src/{condat,cs,gpf,nucleus}: import from Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:23:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4e78acac3d88 |
---|---|
1 /******************************************************************************** | |
2 * Enhanced TestMode (ETM) | |
3 * @file etm_trace.h | |
4 * | |
5 * @author Kim T. Peteren (ktp@ti.com) | |
6 * @version 0.1 | |
7 * | |
8 | |
9 * | |
10 * History: | |
11 * | |
12 * Date Modification | |
13 * ------------------------------------ | |
14 * 16/06/2003 Creation | |
15 * | |
16 * (C) Copyright 2003 by Texas Instruments Incorporated, All Rights Reserved | |
17 *********************************************************************************/ | |
18 | |
19 | |
20 #ifndef _ETM_TRACE_H_ | |
21 #define _ETM_TRACE_H_ | |
22 | |
23 #include "etm/etm.h" | |
24 | |
25 void tr_etm(unsigned trmask, char *format, ...); | |
26 void tr_etm_hexdump(unsigned int mask, const void *p, int size); | |
27 void hexdump_buf(char *buf, int size); | |
28 int print_int_as_hex(unsigned int n); | |
29 | |
30 #endif // End of ETM_TRACE |