D | SEGGER_SYSVIEW.c | 220 U32 Options; member 764 static void _APrintHost(const char* s, U32 Options, U32* pArguments, U32 NumArguments) { in _APrintHost() argument 770 ENCODE_U32(pPayload, Options); in _APrintHost() 791 static void _VPrintHost(const char* s, U32 Options, va_list* pParamList) { in _VPrintHost() argument 807 _APrintHost(s, Options, aParas, NumArguments); in _VPrintHost() 825 U32 Options; in _StoreChar() local 838 Options = p->Options; in _StoreChar() 839 ENCODE_U32(pPayload, Options); in _StoreChar() 1028 static void _VPrintTarget(const char* sFormat, U32 Options, va_list* pParamList) { in _VPrintTarget() argument 1051 BufferDesc.Options = Options; in _VPrintTarget() [all …]
|