Searched refs:IoMasterInterruptsCount (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | AmbiqApollo4_IOMaster.cs | 347 … .WithFlags(0, IoMasterInterruptsCount, out ioMasterInterruptsEnableFlags, name: "INTENi") in DefineRegisters() 353 ….WithFlags(0, IoMasterInterruptsCount, out ioMasterInterruptsStatusFlags, FieldMode.Read, name: "I… in DefineRegisters() 358 … .WithFlags(0, IoMasterInterruptsCount, FieldMode.Write, writeCallback: (interrupt, _, newValue) => in DefineRegisters() 370 … .WithFlags(0, IoMasterInterruptsCount, FieldMode.Write, writeCallback: (interrupt, _, newValue) => in DefineRegisters() 776 for(var i = 0; i < IoMasterInterruptsCount; i++) in UpdateIRQ() 904 private const int IoMasterInterruptsCount = 15; field in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster
|