Home
last modified time | relevance | path

Searched defs:InterruptConfig (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DRenesasRA_IIC.cs553 private struct InterruptConfig struct in Antmicro.Renode.Peripherals.I2C.RenesasRA_IIC
555 public bool InterruptState => Enable.Value && Flag;
556 public bool Flag
562 public IFlagRegisterField Enable;
563 public IFlagRegisterField FlagField;
DRenesasRZG_IIC.cs552 private struct InterruptConfig struct in Antmicro.Renode.Peripherals.I2C.RenesasRZG_IIC
554 public bool InterruptState => Enable.Value && Flag;
555 public bool Flag
561 public IFlagRegisterField Enable;
562 public IFlagRegisterField FlagField;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM330_Gyroscope.cs123 InterruptConfig = 0x30, enumerator
DLSM9DS1_Magnetic.cs288 InterruptConfig = 0x30, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DEOSS3_IntrCtrl.cs283 private class InterruptConfig class in Antmicro.Renode.Peripherals.IRQControllers.EOSS3_IntrCtrl
285 public InterruptConfig(GPIO irq, EOSS3_IntrCtrl parent, int number) in InterruptConfig() method in Antmicro.Renode.Peripherals.IRQControllers.EOSS3_IntrCtrl.InterruptConfig
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DIMXRT_GPIO.cs248 private enum InterruptConfig enum in Antmicro.Renode.Peripherals.GPIOPort.IMXRT_GPIO
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs2989 public class InterruptConfig class