Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DGPIOGate.cs32 if(nodes[i].LocalState) in HandleChangeState()
70 LocalState = value; in Set()
76 Set(!LocalState); in Toggle()
79 public bool LocalState { get; private set; } property in Antmicro.Renode.Core.GPIOGate.IrqNode