Searched refs:gpioInterruptSelect (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/ |
| D | RenesasRZG_IRQController.cs | 145 … .WithValueField(0, 7, out gpioInterruptSelect[interruptOffset], name: $"TSSEL{interruptOffset}") in BuildGpioInterruptSourceSelectionRegister() 147 ….WithValueField(8, 7, out gpioInterruptSelect[interruptOffset + 1], name: $"TSSEL{interruptOffset … in BuildGpioInterruptSourceSelectionRegister() 149 ….WithValueField(16, 7, out gpioInterruptSelect[interruptOffset + 2], name: $"TSSEL{interruptOffset… in BuildGpioInterruptSourceSelectionRegister() 151 ….WithValueField(24, 7, out gpioInterruptSelect[interruptOffset + 3], name: $"TSSEL{interruptOffset… in BuildGpioInterruptSourceSelectionRegister() 160 var gpioIdx = gpioInterruptSelect[interruptIdx].Value; in UpdateInterrupts() 274 … private IValueRegisterField[] gpioInterruptSelect = new IValueRegisterField[NrOfGpioOutputs]; field in Antmicro.Renode.Peripherals.IRQControllers.RenesasRZG_IRQController
|