Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DRenesasRZG_IRQController.cs26 .Range(0, NrOfPinFunctionOutputs) in RenesasRZG_IRQController()
206 for(var interruptIdx = 0; interruptIdx < NrOfPinFunctionOutputs; interruptIdx++) in UpdateInterrupts()
292 private const int NrOfPinFunctionOutputs = NrOfPinFunctionInputs; field in Antmicro.Renode.Peripherals.IRQControllers.RenesasRZG_IRQController