Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCadence_xSPI.cs102 foreach(var flag in GetAllInterruptFlags()) in Reset()
389 foreach(var flag in GetAllInterruptFlags()) in UpdateSticky()
397 IRQ.Set(interruptsEnabled.Value && GetAllInterruptFlags().Any(x => x.InterruptStatus)); in UpdateInterrupts()
414 private IEnumerable<CadenceInterruptFlag> GetAllInterruptFlags() in GetAllInterruptFlags() method in Antmicro.Renode.Peripherals.SPI.Cadence_xSPI