Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiDevice.cs833 phase = BitHelper.IsBitSet(value, PointerBitsCount + 1); in ExtractPhaseAndPointer()
834 pointer = checked((ushort)(BitHelper.GetValue(value, 0, PointerBitsCount))); in ExtractPhaseAndPointer()
880 private const int PointerBitsCount = 11; field in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice.SRAMCircularFifoRange