Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSTM32H7_SPI.cs194 .WithFlag(23, out leastSignificantByteFirst, name: "LSBFRST") in DefineRegisters()
351 var reverseBytes = BitConverter.IsLittleEndian && !leastSignificantByteFirst.Value; in TryTransmitData()
427 private IFlagRegisterField leastSignificantByteFirst; field in Antmicro.Renode.Peripherals.SPI.STM32H7_SPI