Home
last modified time | relevance | path

Searched defs:txFifo (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCC2538_SSI.cs184 private CircularBuffer<byte> txFifo; field in Antmicro.Renode.Peripherals.SPI.CC2538_SSI
DCadence_SPI.cs516 private readonly Queue<byte> txFifo; field in Antmicro.Renode.Peripherals.SPI.Cadence_SPI
DOpenTitan_SpiHost.cs427 private readonly Queue<byte> txFifo; field in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiHost
DOpenTitan_SpiDevice.cs645 private SRAMCircularFifoRange txFifo; field in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_SEMAILBOX_1.cs161 private Queue<uint> txFifo; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SEMAILBOX_1
DSilabs_SecureElement.cs33 …ilabs_SecureElement(Machine machine, IDoubleWordPeripheral parent, Queue<uint> txFifo, Queue<uint>… in Silabs_SecureElement()
38 …ilabs_SecureElement(Machine machine, IDoubleWordPeripheral parent, Queue<uint> txFifo, Queue<uint>… in Silabs_SecureElement()
65 private Queue<uint> txFifo; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.Silabs_SecureElement
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DCadence_I2C.cs552 private readonly Queue<byte> txFifo; field in Antmicro.Renode.Peripherals.I2C.Cadence_I2C
DOpenTitan_I2C.cs638 private readonly Queue<byte> txFifo; field in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSMC91X.cs732 private Queue<byte> txFifo = new Queue<byte>(); field in Antmicro.Renode.Peripherals.Network.SMC91X
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs858 private readonly Queue<byte> txFifo = new Queue<byte>(); field in Antmicro.Renode.Peripherals.Wireless.CC2520
DCC1200.cs930 private readonly CircularBuffer<byte> txFifo = new CircularBuffer<byte>(0x80); field in Antmicro.Renode.Peripherals.Wireless.CC1200