Home
last modified time | relevance | path

Searched defs:PinDirection (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DMiV_CoreGPIO.cs236 public enum PinDirection : int enum in Antmicro.Renode.Peripherals.GPIOPort.MiV_CoreGPIO
DQuark_GPIOController.cs300 public enum PinDirection enum in Antmicro.Renode.Peripherals.X86.Quark_GPIOController
DNRF52840_GPIO.cs363 public enum PinDirection enum in Antmicro.Renode.Peripherals.GPIOPort.NRF52840_GPIO
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs143 public IArray<Direction> PinDirection { get { return pinDirection; } } property in Antmicro.Renode.Peripherals.GPIOPort.GPIOInterruptManager