Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs943 builder.AppendFormat("Count: {0}; values: ", Count, headIndex, tailIndex); in ToString()
944 for(int index = headIndex; index < headIndex + Count; index++) in ToString()
957 memory[headIndex] = 0x0; in TryAdvancePointer()
959 headIndex = (headIndex + 1) % DoubleWordCapacity; in TryAdvancePointer()
970 value = memory[headIndex]; in TryPeek()
1010 public uint Pointer => (uint)headIndex;
1063 headIndex = 0; in SoftwareReset()
1083 private int headIndex; field in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster.Fifo