Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DBasicBytePeripheral.cs55 …IProvidesRegisterCollection<ByteRegisterCollection> p, uint count, Action<ByteRegister, int> setup… in Define8Many()
60 …fineMany(this System.Enum o, ByteRegisterCollection c, uint count, Action<ByteRegister, int> setup… in DefineMany()
70 …IProvidesRegisterCollection<ByteRegisterCollection> p, uint count, Action<ByteRegister, int> setup… in DefineMany()
100 …, ByteRegisterCollection c, uint count, Func<int, bool> condition, Action<ByteRegister, int> setup… in DefineManyConditional()
111 …<ByteRegisterCollection> p, uint count, Func<int, bool> condition, Action<ByteRegister, int> setup… in DefineManyConditional()
116 …num o, ByteRegisterCollection c, uint count, Func<bool> condition, Action<ByteRegister, int> setup… in DefineManyConditional()
121 …ction<ByteRegisterCollection> p, uint count, Func<bool> condition, Action<ByteRegister, int> setup… in DefineManyConditional()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DPeripheralRegister.cs347 public sealed class ByteRegister : PeripheralRegister, IPeripheralRegister<byte> class
363 …public ByteRegister(IPeripheral parent, ulong resetValue = 0, bool softResettable = true) : base(p… in ByteRegister() method in Antmicro.Renode.Core.Structure.Registers.ByteRegister