Searched refs:WriteByteUsingWord (Results 1 – 5 of 5) sorted by relevance
110 wordPeripheral.WriteByteUsingWord(0, 0x12); in ShouldWriteByteUsingWord()113 wordPeripheral.WriteByteUsingWord(1, 0x34); in ShouldWriteByteUsingWord()115 wordPeripheral.WriteByteUsingWord(2, 0x56); in ShouldWriteByteUsingWord()118 wordPeripheral.WriteByteUsingWord(3, 0x78); in ShouldWriteByteUsingWord()
94 this.WriteByteUsingWord(offset, value); in WriteByte()
58 this.WriteByteUsingWord(offset, value); in WriteByte()
371 … public static void WriteByteUsingWord(this IWordPeripheral peripheral, long address, byte value) in WriteByteUsingWord() method in Antmicro.Renode.Core.Extensions.ReadWriteExtensions
1487 …BusAccess.ByteWriteMethod)wordWrapper.WriteByteUsingWordBigEndian : wordWrapper.WriteByteUsingWord; in FillAccessMethodsWithDefaultMethods()1502 …ess.ByteWriteMethod)wordPeripheral.WriteByteUsingWordBigEndian : wordPeripheral.WriteByteUsingWord; in FillAccessMethodsWithDefaultMethods()