Home
last modified time | relevance | path

Searched defs:systick (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32L0_RCC.cs19 …hine machine, IPeripheral rtc = null, ITimer lptimer = null, IHasDivisibleFrequency systick = null, in STM32L0_RCC()
677 private readonly IHasDivisibleFrequency systick; field in Antmicro.Renode.Peripherals.Miscellaneous.STM32L0_RCC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs2029 private readonly LimitTimer systick; field in Antmicro.Renode.Peripherals.IRQControllers.NVIC.SysTick
2109 private readonly SecurityBanked<SysTick> systick; field in Antmicro.Renode.Peripherals.IRQControllers.NVIC