Searched refs:fifoIrqThreshold (Results 1 – 3 of 3) sorted by relevance
22 …chine, DataFormat format, uint sampleWidth, uint samplingRate, uint fifoIrqThreshold = 256) : base… in LiteX_I2S() argument29 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
50 return (buffer.Count < fifoIrqThreshold); in IsReady()
60 return (buffer.Count >= fifoIrqThreshold); in IsReady()