Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLIS2DW12.cs30 Interrupt1 = new GPIO(); in LIS2DW12()
127 Interrupt1.Set(false); in Reset()
278 public GPIO Interrupt1 { get; } property in Antmicro.Renode.Peripherals.Sensors.LIS2DW12
796 Interrupt1.Unset(); in UpdateInterrupts()
812 Interrupt1.Set(int1Status); in UpdateInterrupts()
DLSM6DSO_IMU.cs26 Interrupt1 = new GPIO(); in LSM6DSO_IMU()
138 public GPIO Interrupt1 { get; } property in Antmicro.Renode.Peripherals.Sensors.LSM6DSO_IMU
586 if(Interrupt1.IsSet != newInt1Status) in UpdateInterrupts()
589 Interrupt1.Set(newInt1Status); in UpdateInterrupts()
DMAX86171.cs27 Interrupt1 = new GPIO(); in MAX86171()
181 public GPIO Interrupt1 { get; } property in Antmicro.Renode.Peripherals.Sensors.MAX86171
321 Interrupt1.Set(ApplyInterruptPolarity(interrupt1, polarityInterrupt1.Value)); in UpdateInterrupts()