Searched refs:selectedKey (Results 1 – 2 of 2) sorted by relevance
64 .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
1040 byte selectedKey = 0b111; in ConvertSecondsToEncodedString()1047 selectedKey = entry.Key; in ConvertSecondsToEncodedString()1057 var timeByteCoded = selectedKey << timerValueWidth | (selectedValue & maxTimerValue); in ConvertSecondsToEncodedString()