Searched refs:SysTickMaxValue (Results 1 – 1 of 1) sorted by relevance
634 ….WithValueField(0, 24, FieldMode.Read, valueProviderCallback: _ => SysTickMaxValue & (uint)(systic… in DefineRegisters()1924 …stickFrequency, parent, nameof(systick) + (isSecure ? "_S" : "_NS"), SysTickMaxValue, Direction.De… in SysTick()2185 private const int SysTickMaxValue = (1 << 24) - 1; field in Antmicro.Renode.Peripherals.IRQControllers.NVIC