Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSevenSegmentsDisplay.cs172 if(!SegmentsToStringMapping.TryGetValue(Value & ~Segments.DOT, out var result)) in AsString()
185 …private static readonly Dictionary<Segments, string> SegmentsToStringMapping = new Dictionary<Segm… field in Antmicro.Renode.Peripherals.Miscellaneous.SevenSegmentsDisplay.Digit