Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLIS2DW12.cs31 Interrupt2 = new GPIO(); in LIS2DW12()
128 Interrupt2.Set(false); in Reset()
279 public GPIO Interrupt2 { get; } property in Antmicro.Renode.Peripherals.Sensors.LIS2DW12
797 Interrupt2.Unset(); in UpdateInterrupts()
813 Interrupt2.Set(int2Status); in UpdateInterrupts()
DMAX86171.cs28 Interrupt2 = new GPIO(); in MAX86171()
182 public GPIO Interrupt2 { get; } property in Antmicro.Renode.Peripherals.Sensors.MAX86171
322 Interrupt2.Set(ApplyInterruptPolarity(interrupt2, polarityInterrupt2.Value)); in UpdateInterrupts()