Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLINDecoder.cs42 if(ValidateProtectedIdentifier && !IsProtectedIdentifierValid(protectedIdentifier)) in Register()
221 protected bool IsProtectedIdentifierValid(byte pid) in IsProtectedIdentifierValid() method in Antmicro.Renode.Utilities.LINDecoder