Home
last modified time | relevance | path

Searched defs:fifoDepth (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DAlteraJTAG_UART.cs19 public AlteraJTAG_UART(IMachine machine, uint fifoDepth = 64) : base(machine) in AlteraJTAG_UART()
93 private readonly uint fifoDepth; field in Antmicro.Renode.Peripherals.UART.AlteraJTAG_UART
DGaislerAPBUART.cs21 …public GaislerAPBUART(IMachine machine, uint fifoDepth = 8, uint frequency = 25000000) : base(mach… in GaislerAPBUART()
193 private readonly uint fifoDepth; field in Antmicro.Renode.Peripherals.UART.GaislerAPBUART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DRenesasDA_SPI.cs21 public RenesasDA_SPI(IMachine machine, int fifoDepth = DefaultFifoDepth) : base(machine) in RenesasDA_SPI()
277 private readonly int fifoDepth; field in Antmicro.Renode.Peripherals.SPI.RenesasDA_SPI
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DLiteX_I2S.cs221 private const int fifoDepth = 512; field in Antmicro.Renode.Peripherals.Sound.LiteX_I2S