Home
last modified time | relevance | path

Searched refs:Quark_GPIOController (Results 1 – 2 of 2) 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()
30 …{(long)Registers.PortAGPIOAlwaysOn, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.Port… in Quark_SystemControlSubsystem()
31 …)Registers.PortAGPIOAlwaysOnDirection, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.P… in Quark_SystemControlSubsystem()
32 …{(long)Registers.InterruptEnable, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.Interr… in Quark_SystemControlSubsystem()
33 …{(long)Registers.InterruptMask, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.Interrup… in Quark_SystemControlSubsystem()
34 …{(long)Registers.InterruptType, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.Interrup… in Quark_SystemControlSubsystem()
35 …{(long)Registers.InterruptPolarity, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.Inte… in Quark_SystemControlSubsystem()
36 …{(long)Registers.InterruptStatus, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.Interr… in Quark_SystemControlSubsystem()
37 …{(long)Registers.RawInterruptStatus, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.Raw… in Quark_SystemControlSubsystem()
38 …{(long)Registers.ClearInterrupt, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.ClearIn… in Quark_SystemControlSubsystem()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DQuark_GPIOController.cs19 …public sealed class Quark_GPIOController : BaseGPIOPort, IDoubleWordPeripheral, IGPIOReceiver, IKn… class
21 public Quark_GPIOController(IMachine machine) : base(machine, NumberOfGPIOS) in Quark_GPIOController() method in Antmicro.Renode.Peripherals.X86.Quark_GPIOController