Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DAMDCFIFlash.cs33 readMemoryWord = underlyingMemory.ReadWordBigEndian; in AMDCFIFlash()
40 readMemoryWord = underlyingMemory.ReadWordBigEndian; in AMDCFIFlash()
252 return readMemoryWord(offset); in ReadWord()
424 private readonly Func<long, ushort> readMemoryWord; field in Antmicro.Renode.Peripherals.MTD.AMDCFIFlash