Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs64 .WithValueField(0, 4, out selectedKey) in CC2538_Cryptoprocessor()
618 return keys[selectedKey.Value]; in GetSelectedKey()
621 Array.Copy(keys[selectedKey.Value + 1], 0, result, 16, 8); in GetSelectedKey()
625 keys[selectedKey.Value + 1].CopyTo(result, 16); in GetSelectedKey()
631 Array.Copy(keys[selectedKey.Value], result, 16); in GetSelectedKey()
658 private readonly IValueRegisterField selectedKey; field in Antmicro.Renode.Peripherals.Miscellaneous.CC2538_Cryptoprocessor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs1040 byte selectedKey = 0b111; in ConvertSecondsToEncodedString()
1047 selectedKey = entry.Key; in ConvertSecondsToEncodedString()
1057 var timeByteCoded = selectedKey << timerValueWidth | (selectedValue & maxTimerValue); in ConvertSecondsToEncodedString()