Searched refs:maxValueBCD (Results 1 – 1 of 1) sorted by relevance
370 …public BCDValueField(IPeripheral owner, string fieldTypeName, byte maxValueBCD = 0x99, bool zeroAl… in BCDValueField() argument373 this.maxValueBCD = maxValueBCD; in BCDValueField()385 if(bcdValue > maxValueBCD || (!zeroAllowed && bcdValue == 0x0)) in BCDSet()411 private readonly byte maxValueBCD; field in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_RTC.BCDValueField