Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/
DSocketCAN.cs22 @this.ByteSwap(frame);
73 prototype.ByteSwap(data);
77 public static void ByteSwap(this ISocketCANFrame @this, byte[] frame) in ByteSwap() method in Antmicro.Renode.Core.CAN.ISocketCANFrameExtentions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_LPSPI.cs117 ByteSwap = false, in DefineRegisters()
592 public bool ByteSwap { get; set; } property in Antmicro.Renode.Peripherals.SPI.IMXRT_LPSPI.TCFifoCmd