Home
last modified time | relevance | path

Searched defs:p (Results 1 – 5 of 5) sorted by relevance

/segger-latest/SEGGER/
DSEGGER.h120 #define SEGGER_PTR2ADDR(p) (/*lint -e(923) -e(9078)*/((PTR_ADDR)(p))) // A… argument
121 #define SEGGER_PTR2PTR(Type, p) (/*lint -e(740) -e(826) -e(9079) -e(9087)*/((Type*)(p))) // A… argument
DSEGGER_RTT_printf.c111 static void _StoreChar(SEGGER_RTT_PRINTF_DESC * p, char c) { in _StoreChar()
DSEGGER_SYSVIEW.c425 const U8* p; in _EncodeData() local
957 const char* p; in _VPrintHost() local
1034 static void _StoreChar(SEGGER_SYSVIEW_PRINTF_DESC * p, char c) { in _StoreChar()
2978 SEGGER_SYSVIEW_MODULE* p; in SEGGER_SYSVIEW_RecordModuleDescription() local
DSEGGER_RTT.c316 …volatile SEGGER_RTT_CB* p; // Volatile to make sure that compiler cannot change the order of acc… in _DoInit() local
1893 volatile SEGGER_RTT_CB* p; in SEGGER_RTT_StrongCheckInit() local
DSEGGER_SYSVIEW.h92 #define SEGGER_SYSVIEW_PREPARE_PACKET(p) (p) + 4 argument