Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DWriteExtensionsTest.cs46 bytePeripheral.WriteWordUsingByteBigEndian(0, 0x3412); in ShouldWriteWordUsingByteBigEndian()
47 bytePeripheral.WriteWordUsingByteBigEndian(2, 0x7856); in ShouldWriteWordUsingByteBigEndian()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DReadWriteExtensions.cs87 …public static void WriteWordUsingByteBigEndian(this IBytePeripheral peripheral, long address, usho… in WriteWordUsingByteBigEndian() method in Antmicro.Renode.Core.Extensions.ReadWriteExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1527 …slatedAccessNeedsSwap ? (BusAccess.WordWriteMethod)byteWrapper.WriteWordUsingByteBigEndian : byteW… in FillAccessMethodsWithDefaultMethods()
1542 …tedAccessNeedsSwap ? (BusAccess.WordWriteMethod)bytePeripheral.WriteWordUsingByteBigEndian : byteP… in FillAccessMethodsWithDefaultMethods()