Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs29 rxQueue = new RandomAccessQueue(FifoDepth * 4); in IMXRT_FlexSPI()
30 txQueue = new RandomAccessQueue(FifoDepth * 4); in IMXRT_FlexSPI()
407 private readonly RandomAccessQueue txQueue;
408 private readonly RandomAccessQueue rxQueue;
592 private class RandomAccessQueue class in Antmicro.Renode.Peripherals.SPI.IMXRT_FlexSPI
594 public RandomAccessQueue(int size) in RandomAccessQueue() method in Antmicro.Renode.Peripherals.SPI.IMXRT_FlexSPI.RandomAccessQueue