Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DLiteX_I2S.cs22 …chine, DataFormat format, uint sampleWidth, uint samplingRate, uint fifoIrqThreshold = 256) : base… in LiteX_I2S() argument
29 if(fifoIrqThreshold > fifoDepth) in LiteX_I2S()
34 this.fifoIrqThreshold = fifoIrqThreshold; in LiteX_I2S()
158 protected readonly uint fifoIrqThreshold; field in Antmicro.Renode.Peripherals.Sound.LiteX_I2S
DLiteX_I2S_Master.cs50 return (buffer.Count < fifoIrqThreshold); in IsReady()
DLiteX_I2S_Slave.cs60 return (buffer.Count >= fifoIrqThreshold); in IsReady()