Searched refs:dataPointer (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | NRF52840_ECB.cs | 72 .WithValueField(0, 32, out dataPointer, name: "ECBDATAPTR") in DefineRegisters() 78 …e encryption process; key at 0x{0:X}, cleartext at 0x{1:X}", dataPointer.Value, dataPointer.Value … in RunEncryption() 80 var key = sysbus.ReadBytes(dataPointer.Value, KeySize); in RunEncryption() 81 var clearText = sysbus.ReadBytes(dataPointer.Value + KeySize, ClearTextSize); in RunEncryption() 89 sysbus.WriteBytes(clearText, dataPointer.Value + KeySize + ClearTextSize); in RunEncryption() 103 private IValueRegisterField dataPointer; field in Antmicro.Renode.Peripherals.Miscellaneous.NRF52840_ECB
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | EmberRadio.cs | 43 dataPointer = 0; in Reset() 94 currentData[dataPointer + 3 - i] = (byte)value; in WriteDoubleWordEncryptor() 97 dataPointer = (dataPointer + 4) % 16; in WriteDoubleWordEncryptor() 386 private int dataPointer; field in Antmicro.Renode.Peripherals.Wireless.EmberRadio
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | Silabs_SecureElement.cs | 1667 …private void UnpackDmaDescriptor(uint dmaPointer, out uint dataPointer, out uint dataSize, out Dma… in UnpackDmaDescriptor() argument 1669 dataPointer = (uint)machine.SystemBus.ReadDoubleWord(dmaPointer); in UnpackDmaDescriptor() 1676 dataPointer, dataSize, options, nextDescriptorPtr); in UnpackDmaDescriptor() 1679 …npackDmaDescriptor(): DATA word{0}=0x{1:X}", i/4, machine.SystemBus.ReadDoubleWord(dataPointer+i)); in UnpackDmaDescriptor()
|