Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Miscellaneous/
DCombinedInput.cs21 OutputLine = new GPIO(); in CombinedInput()
29 OutputLine.Unset(); in Reset()
41 OutputLine.Set(inputStates.Any(x => x)); in OnGPIO()
44 public GPIO OutputLine { get; } property in Antmicro.Renode.Peripherals.Miscellaneous.CombinedInput
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DIGaislerAPB.cs36 endpoint = combiner.OutputLine.Endpoints.SingleOrDefault(); in GetCpuInterruptNumber()