Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRenesasRA_AGT.cs81 switch(countSource.Value)
184 … .WithEnumField<ByteRegister, CountSource>(4, 3, out countSource, name: "Count Source (TCK)", in DefineRegisters()
187 switch(countSource.Value) in DefineRegisters()
206 …g(LogLevel.Error, "Unimplemented count source selected ({0}). Ignoring write.", countSource.Value); in DefineRegisters()
207 countSource.Value = previousValue; in DefineRegisters()
214 …Log(LogLevel.Error, "Illegal count source selected (0x{0:X}). Ignoring write.", countSource.Value); in DefineRegisters()
215 countSource.Value = previousValue; in DefineRegisters()
227 switch(countSource.Value) in DefineRegisters()
375 private IEnumRegisterField<CountSource> countSource; field in Antmicro.Renode.Peripherals.Timers.RenesasRA_AGT