Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32F4_RTC.cs120 .WithValueField(0, 3, out wakeupClockSelection, name: "WUCKSEL", in STM32F4_RTC()
307 if((wakeupClockSelection.Value & 0b110) == 0b110) in STM32F4_RTC()
684 private readonly IValueRegisterField wakeupClockSelection; field in Antmicro.Renode.Peripherals.Timers.STM32F4_RTC