Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSTM32H7_QuadSPI.cs160 .WithFlag(2, out fifoThresholdReached, FieldMode.Read, name: "FIFO threshold flag") in DefineRegisters()
337 fifoThresholdReached.Value = thresholdReached; in UpdateInterrupts()
341 || (fifoThresholdReached.Value && fifoThresholdInterruptEnable.Value); in UpdateInterrupts()
614 private IFlagRegisterField fifoThresholdReached; field in Antmicro.Renode.Peripherals.SPI.STM32H7_QuadSPI