Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs556 sgrDecodingState = SGRDecodingState.NotDecoding; in FinishSGRDecoding()
572 case SGRDecodingState.NotDecoding: in AppendCharToBuffer()
577 sgrDecodingState = SGRDecodingState.EscapeDetected; in AppendCharToBuffer()
586 case SGRDecodingState.EscapeDetected: in AppendCharToBuffer()
590 sgrDecodingState = SGRDecodingState.LeftBracketDetected; in AppendCharToBuffer()
599 case SGRDecodingState.LeftBracketDetected: in AppendCharToBuffer()
706 private SGRDecodingState sgrDecodingState;
811 private enum SGRDecodingState enum in Antmicro.Renode.Testing.TerminalTester