Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs230 .WithValueField(16, 8, out debugInstructionByte0, name: "Instruction byte 0") in DefineRegisters()
386 …nstructionByte2_3_4_5.Value << 16 | debugInstructionByte1.Value << 8 | debugInstructionByte0.Value; in ExecuteDebugStart()
478 private IValueRegisterField debugInstructionByte0; field in Antmicro.Renode.Peripherals.DMA.PL330_DMA