Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DQuark_SystemControlSubsystem.cs71 … gpioPort.WriteDoubleWord((uint)register, (currentState & ~AlwaysOnGPIOMask) | (uint)value); in CreateAlwaysOnGPIORegister()
92 private const uint AlwaysOnGPIOMask = (1 << NumberOfGPIOs) - 1; field in Antmicro.Renode.Peripherals.Miscellaneous.Quark_SystemControlSubsystem