Home
last modified time | relevance | path

Searched defs:fifo (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DVirtualConsole.cs129 private readonly Queue<byte> fifo; field in Antmicro.Renode.Peripherals.UART.VirtualConsole
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM9DS1_Magnetic.cs242 private readonly SensorSamplesFifo<Vector3DSample> fifo; field in Antmicro.Renode.Peripherals.Sensors.LSM9DS1_Magnetic
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs563 private void IncomingFifoCountChangeAction(Fifo fifo, uint currentCount, uint previousCount) in IncomingFifoCountChangeAction()
618 private void OutgoingFifoCountChangeAction(Fifo fifo, uint currentCount, uint previousCount) in OutgoingFifoCountChangeAction()
DIMXRT_LPSPI.cs634 … public bool MatchAndPush(Queue<uint> fifo, uint value, int width, bool dataMatchOnly = false) in MatchAndPush()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_RNGCTRL.cs197 private Queue<uint> fifo; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_RNGCTRL
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEOSS3_PacketFIFO.cs269 private Queue<UInt32> fifo; field in Antmicro.Renode.Peripherals.Miscellaneous.EOSS3_PacketFIFO.PacketFifo
DOpenTitan_KMAC.cs803 private readonly Queue<byte> fifo; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DAmbiqApollo4_ADC.cs394 private readonly Queue<FifoEntry> fifo; field in Antmicro.Renode.Peripherals.Analog.AmbiqApollo4_ADC