Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitPatternDetector.cs60 …public int RegisterPatternHandler(Func<bool[], bool[], bool> patternDecoder, Action<bool[]> action… in RegisterPatternHandler() argument
74 public Func<bool[], bool[], bool> patternDecoder; field