Searched refs:ReadDoubleWordUsingByte (Results 1 – 11 of 11) sorted by relevance
176 Assert.AreEqual(0x78563412, bytePeripheral.ReadDoubleWordUsingByte(0)); in ShouldReadDoubleWordUsingByte()188 Assert.AreEqual(0x90785634, bytePeripheral.ReadDoubleWordUsingByte(1)); in ShouldReadDoubleWordUsingByteNotAligned()
66 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
73 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
47 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
32 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
95 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
275 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
120 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
44 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
108 public static uint ReadDoubleWordUsingByte(this IBytePeripheral peripheral, long address) in ReadDoubleWordUsingByte() method in Antmicro.Renode.Core.Extensions.ReadWriteExtensions
1570 …eWordReadMethod)byteWrapper.ReadDoubleWordUsingByteBigEndian : byteWrapper.ReadDoubleWordUsingByte; in FillAccessMethodsWithDefaultMethods()1585 …eadMethod)bytePeripheral.ReadDoubleWordUsingByteBigEndian : bytePeripheral.ReadDoubleWordUsingByte; in FillAccessMethodsWithDefaultMethods()