Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DMAX86171.cs321 Interrupt1.Set(ApplyInterruptPolarity(interrupt1, polarityInterrupt1.Value)); in UpdateInterrupts()
322 Interrupt2.Set(ApplyInterruptPolarity(interrupt2, polarityInterrupt2.Value)); in UpdateInterrupts()
422 private bool ApplyInterruptPolarity(bool value, OutputPinPolarity polarity) in ApplyInterruptPolarity() method in Antmicro.Renode.Peripherals.Sensors.MAX86171