Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs634 ….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