Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DRenesasRZG_MHU.cs22 responseInterruptsNonSecure = new GPIO[ChannelCount]; in RenesasRZG_MHU()
31 .Concat(responseInterruptsNonSecure) in RenesasRZG_MHU()
88 var responseIrqs = secure ? responseInterruptsSecure : responseInterruptsNonSecure; in BuildChannelRegisterMap()
142 private readonly GPIO[] responseInterruptsNonSecure; field in Antmicro.Renode.Peripherals.Miscellaneous.RenesasRZG_MHU