Searched refs:countSource (Results 1 – 1 of 1) sorted by relevance
81 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