Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32WBA_RCC.cs85 … .WithEnumField<DoubleWordRegister, SystemClockSource>(2, 2, FieldMode.Read, name: "SWS", in DefineRegisters()
624 case SystemClockSource.Hsi16:
626 case SystemClockSource.DividedHse32:
628 case SystemClockSource.Pll1Rclk:
641 private IEnumRegisterField<SystemClockSource> systemClockSwitch;
675 private enum SystemClockSource enum in Antmicro.Renode.Peripherals.Miscellaneous.STM32WBA_RCC