Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs234 … .WithValueField(0, 32, out debugInstructionByte2_3_4_5, name: "Instruction byte 2,3,4,5"); in DefineRegisters()
386 …ulong debugInstructionBytes = debugInstructionByte2_3_4_5.Value << 16 | debugInstructionByte1.Valu… in ExecuteDebugStart()
480 private IValueRegisterField debugInstructionByte2_3_4_5; field in Antmicro.Renode.Peripherals.DMA.PL330_DMA