Searched defs:p (Results 1 – 5 of 5) sorted by relevance
120 #define SEGGER_PTR2ADDR(p) (/*lint -e(923) -e(9078)*/((PTR_ADDR)(p))) // A… argument121 #define SEGGER_PTR2PTR(Type, p) (/*lint -e(740) -e(826) -e(9079) -e(9087)*/((Type*)(p))) // A… argument
111 static void _StoreChar(SEGGER_RTT_PRINTF_DESC * p, char c) { in _StoreChar()
427 const U8* p; in _EncodeData() local922 const char* p; in _VPrintHost() local999 static void _StoreChar(SEGGER_SYSVIEW_PRINTF_DESC * p, char c) { in _StoreChar()2824 SEGGER_SYSVIEW_MODULE* p; in SEGGER_SYSVIEW_RecordModuleDescription() local
92 #define SEGGER_SYSVIEW_PREPARE_PACKET(p) (p) + 4 argument
319 …volatile SEGGER_RTT_CB* p; // Volatile to make sure that compiler cannot change the order of acc… in _DoInit() local