Home | History | Annotate | Download | only in include

Lines Matching refs:UINT32

35 void ScrLog (UINT32 trace_set_mask, const char* fmt_str, ...);
36 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
37 void LogMsg_0 (UINT32 trace_set_mask, const char *p_str);
38 void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
39 void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
40 void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3);
41 void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4);
42 void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4, UINT32 p5);
43 void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
44 UINT8* scru_dump_hex (UINT8* p, char* pTitle, UINT32 len, UINT32 layer, UINT32 type);
54 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
59 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);