Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs264 SetException(ExceptionFlags.FifoThresholdReached); in HandleFrame()
501 Connections[(int)GPIOs.Fifop].Set(IsExceptionSet(ExceptionFlags.FifoThresholdReached)); in UpdateInterrupts()
1082 Parent.UnsetException(ExceptionFlags.FifoThresholdReached); in ParseInner()
1131 Parent.UnsetException(ExceptionFlags.FifoThresholdReached); in ParseInner()
1225 Parent.UnsetException(ExceptionFlags.FifoThresholdReached); in ParseInner()
1337 FifoThresholdReached = 13, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLIS2DW12.cs619 valueProviderCallback: _ => FifoThresholdReached); in DefineRegisters()
670 .WithFlag(7, FieldMode.Read, valueProviderCallback: _ => FifoThresholdReached, in DefineRegisters()
803 fifoThresholdEnabled[0].Value && FifoThresholdReached || in UpdateInterrupts()
807 fifoThresholdEnabled[1].Value && FifoThresholdReached || in UpdateInterrupts()
941 …private bool FifoThresholdReached => fifoThreshold.Value != 0 && accelerationFifo.SamplesCount >= … field in Antmicro.Renode.Peripherals.Sensors.LIS2DW12
DMAX86171.cs301 …tusFifoFull.Value |= FifoThresholdReached && (!fifoAssertThresholdOnce.Value || (previousFifoTresh… in UpdateStatus()
302 previousFifoTresholdReached = FifoThresholdReached; in UpdateStatus()
848 private bool FifoThresholdReached => field in Antmicro.Renode.Peripherals.Sensors.MAX86171