Home
last modified time | relevance | path

Searched refs:U8 (Results 1 – 4 of 4) sorted by relevance

/segger-3.4.0/SEGGER/
DSEGGER_SYSVIEW.c218 U8* pBuffer;
219 U8* pPayload;
220 U8* pPayloadStart;
226 U8 EnableState; // 0: Disabled, 1: Enabled, (2: Dropping)
227 U8 UpChannel;
228 U8 RecursionCnt;
237 U8 DownChannel;
250 static void _SendPacket(U8* pStartPacket, U8* pEndPacket, unsigned int EventId);
258 static const U8 _abSync[10] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
398 static U8 _NumModules;
[all …]
DSEGGER_SYSVIEW.h297 int SEGGER_SYSVIEW_SendPacket (U8* pPacket, U8* pPayloadEnd, unsigned int Event…
303 U8* SEGGER_SYSVIEW_EncodeU32 (U8* pPayload, U32 Value);
304 U8* SEGGER_SYSVIEW_EncodeData (U8* pPayload, const char* pSrc, unsigned int Len…
305 U8* SEGGER_SYSVIEW_EncodeString (U8* pPayload, const char* s, unsigned int MaxLen…
306 U8* SEGGER_SYSVIEW_EncodeId (U8* pPayload, U32 Id);
316 void SEGGER_SYSVIEW_SendModule (U8 ModuleId);
DSEGGER.h182 int (*pfGetUID) (U8 abUID[16]); // Optional, pfGetUID
232 int SEGGER_BSP_GetUID (U8 abUID[16]);
/segger-3.4.0/Config/
DGlobal.h62 #define U8 unsigned char macro