Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32F4_RTC.cs18 public class STM32F4_RTC : IDoubleWordPeripheral, IKnownSize class
20 … public STM32F4_RTC(IMachine machine, long wakeupTimerFrequency = DefaultWakeupTimerFrequency) in STM32F4_RTC() method in Antmicro.Renode.Peripherals.Timers.STM32F4_RTC
706 public TimerConfig(STM32F4_RTC parent) in TimerConfig()
809 private readonly STM32F4_RTC parent;
814 public AlarmConfig(STM32F4_RTC parent, TimerConfig masterTimer) in AlarmConfig()
1135 private readonly STM32F4_RTC parent;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32F4_RCC.cs20 public STM32F4_RCC(IMachine machine, STM32F4_RTC rtcPeripheral) in STM32F4_RCC()