Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32L0_RCC.cs20long apbFrequency = DefaultApbFrequency, long lsiFrequency = DefaultLsiFrequency, long lseFrequenc… in STM32L0_RCC()
672 private readonly long apbFrequency; field in Antmicro.Renode.Peripherals.Miscellaneous.STM32L0_RCC
DSTM32WBA_RCC.cs575 private long GetLpTimerClock(LpTimerClockSource source, long apbFrequency) in GetLpTimerClock()