Home
last modified time | relevance | path

Searched defs:ByteRegisterCollection (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterCollection.cs38 …public sealed class ByteRegisterCollection : BaseRegisterCollection<byte, ByteRegister>, IRegister… class
40 …public ByteRegisterCollection(IPeripheral parent, IDictionary<long, ByteRegister> registersMap = n… in ByteRegisterCollection() method in Antmicro.Renode.Core.Structure.Registers.ByteRegisterCollection
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRenesasRA_AGT.cs370 private ByteRegisterCollection ByteRegisterCollection { get; } property in Antmicro.Renode.Peripherals.Timers.RenesasRA_AGT