Home
last modified time | relevance | path

Searched defs:irqs (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDeviceInfo.cs18 private Dictionary<string, dynamic> irqs = new Dictionary<string, dynamic>(); field in Antmicro.Renode.Config.Devices.DeviceInfo
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCoreLevelInterruptor.cs157 private readonly Dictionary<int, IGPIO> irqs = new Dictionary<int, IGPIO>(); field in Antmicro.Renode.Peripherals.IRQControllers.CoreLevelInterruptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DInterruptHandler.cs88 private readonly Dictionary<TRegister, IrqState> irqs; field in Antmicro.Renode.Peripherals.InterruptHandler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM303DLHC_Accelerometer.cs346 private GPIO[] irqs = new GPIO[IrqAmount]; field in Antmicro.Renode.Peripherals.Sensors.LSM303DLHC_Accelerometer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DGaislerMIC.cs557 private readonly GPIO[] irqs; field in Antmicro.Renode.Peripherals.IRQControllers.GaislerMIC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs2129 private readonly ExceptionSimpleArray<IRQState> irqs; field in Antmicro.Renode.Peripherals.IRQControllers.NVIC