Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitPatternDetector.cs44 if(items[i].patternDecoder(previousState, state)) in AcceptState()
60 …public int RegisterPatternHandler(Func<bool[], bool[], bool> patternDecoder, Action<bool[]> action… in RegisterPatternHandler() argument
62 items.Add(new Item { patternDecoder = patternDecoder, action = action, name = name }); in RegisterPatternHandler()
74 public Func<bool[], bool[], bool> patternDecoder; field