Home
last modified time | relevance | path

Searched refs:TimestampFormat (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/
DLoggingUartAnalyzer.cs35 TimestampFormat = TimestampType.Full; in LoggingUartAnalyzer()
67 public TimestampType TimestampFormat { get; set; } property in Antmicro.Renode.Analyzers.LoggingUartAnalyzer
80 if(TimestampFormat == TimestampType.Full || TimestampFormat == TimestampType.Host) in WriteChar()
100 … if(TimestampFormat == TimestampType.Full || TimestampFormat == TimestampType.Virtual) in WriteChar()