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()
425 const U8* p; in _EncodeData() local957 const char* p; in _VPrintHost() local1034 static void _StoreChar(SEGGER_SYSVIEW_PRINTF_DESC * p, char c) { in _StoreChar()2978 SEGGER_SYSVIEW_MODULE* p; in SEGGER_SYSVIEW_RecordModuleDescription() local
316 …volatile SEGGER_RTT_CB* p; // Volatile to make sure that compiler cannot change the order of acc… in _DoInit() local1893 volatile SEGGER_RTT_CB* p; in SEGGER_RTT_StrongCheckInit() local
92 #define SEGGER_SYSVIEW_PREPARE_PACKET(p) (p) + 4 argument