Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DQuark_SystemControlSubsystem.cs18 public Quark_SystemControlSubsystem(IMachine machine, Quark_GPIOController gpioPort) in Quark_SystemControlSubsystem() argument
20 this.gpioPort = gpioPort; in Quark_SystemControlSubsystem()
69 var currentState = gpioPort.ReadDoubleWord((uint)register); in CreateAlwaysOnGPIORegister()
71gpioPort.WriteDoubleWord((uint)register, (currentState & ~AlwaysOnGPIOMask) | (uint)value); in CreateAlwaysOnGPIORegister()
74 return gpioPort.ReadDoubleWord((uint)register); in CreateAlwaysOnGPIORegister()
82 return gpioPort.ReadDoubleWord((uint)register); in CreateAlwaysOnGPIORegister()
89 private readonly Quark_GPIOController gpioPort; field in Antmicro.Renode.Peripherals.Miscellaneous.Quark_SystemControlSubsystem