Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DUDMA.cs73 return peripheralIdentification[4]; in ReadDoubleWord()
78 return peripheralIdentification[offset - (int)Registers.PeripheralIdentification0]; in ReadDoubleWord()
203 private readonly uint[] peripheralIdentification = new uint[]{ 0x30, 0xB2, 0xB, 0x0, 0x4 }; field in Antmicro.Renode.Peripherals.DMA.UDMA
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DTexasInstrumentsTimer.cs107 return peripheralIdentification; in ReadDoubleWord()
308 private const uint peripheralIdentification = 0x010701; field in Antmicro.Renode.Peripherals.Timers.TexasInstrumentsTimer