Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs80 if(DeassertActiveInterruptTrigger) in RefreshInterrupts()
91 if(DeassertActiveInterruptTrigger) in RefreshInterrupts()
135 public bool DeassertActiveInterruptTrigger { get; set; } property in Antmicro.Renode.Peripherals.GPIOPort.GPIOInterruptManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DMPFS_GPIO.cs27 irqManager.DeassertActiveInterruptTrigger = true; in MPFS_GPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DEOSS3_IntrCtrl.cs31 gpioManager.DeassertActiveInterruptTrigger = true; in EOSS3_IntrCtrl()