Searched refs:BytesCount (Results 1 – 1 of 1) sorted by relevance
136 …eField(0, 8, FieldMode.Read, name: "FIFO0SIZ", valueProviderCallback: _ => outgoingFifo.BytesCount) in DefineRegisters()138 …Field(16, 8, FieldMode.Read, name: "FIFO1SIZ", valueProviderCallback: _ => incomingFifo.BytesCount) in DefineRegisters()768 outgoingFifo.BytesCount < fifoInterruptWriteThreshold.Value in UpdateFifoThresholdInterruptStatus()769 || incomingFifo.BytesCount > fifoInterruptReadThreshold.Value in UpdateFifoThresholdInterruptStatus()1006 public uint BytesCount => Count * 4; field in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster.Fifo1007 public uint BytesLeft => (DoubleWordCapacity * 4) - BytesCount;