Searched refs:U8 (Results 1 – 4 of 4) sorted by relevance
/segger-latest/SEGGER/ |
D | SEGGER_SYSVIEW.c | 229 U8* pBuffer; 230 U8* pPayload; 231 U8* pPayloadStart; 237 U8 EnableState; // 0: Disabled, 1: Enabled, (2: Dropping) 238 U8 UpChannel; 239 U8 RecursionCnt; 248 U8 DownChannel; 261 static void _SendPacket(U8* pStartPacket, U8* pEndPacket, unsigned int EventId); 269 static const U8 _abSync[10] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; 362 static U8 _NumModules; [all …]
|
D | SEGGER_SYSVIEW.h | 306 int SEGGER_SYSVIEW_SendPacket (U8* pPacket, U8* pPayloadEnd, unsigned int Event… 312 U8* SEGGER_SYSVIEW_EncodeU32 (U8* pPayload, U32 Value); 313 U8* SEGGER_SYSVIEW_EncodeData (U8* pPayload, const char* pSrc, unsigned int Len… 314 U8* SEGGER_SYSVIEW_EncodeString (U8* pPayload, const char* s, unsigned int MaxLen… 315 U8* SEGGER_SYSVIEW_EncodeId (U8* pPayload, U32 Id); 325 void SEGGER_SYSVIEW_SendModule (U8 ModuleId);
|
D | SEGGER.h | 182 int (*pfGetUID) (U8 abUID[16]); // Optional, pfGetUID 232 int SEGGER_BSP_GetUID (U8 abUID[16]);
|
/segger-latest/Config/ |
D | Global.h | 62 #define U8 unsigned char macro
|