Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32F4_RTC.cs23 alarmA = new AlarmConfig(this, mainTimer); in STM32F4_RTC()
24 alarmB = new AlarmConfig(this, mainTimer); in STM32F4_RTC()
634 private bool CheckIfDisabled(AlarmConfig timer) in CheckIfDisabled()
656 private void UpdateAlarm(AlarmConfig alarm, Registers register, Action<AlarmConfig> action) in UpdateAlarm()
666 private void UpdateAlarmA(Action<AlarmConfig> action) in UpdateAlarmA()
671 private void UpdateAlarmB(Action<AlarmConfig> action) in UpdateAlarmB()
679 private readonly AlarmConfig alarmA;
680 private readonly AlarmConfig alarmB;
812 private class AlarmConfig class in Antmicro.Renode.Peripherals.Timers.STM32F4_RTC
814 public AlarmConfig(STM32F4_RTC parent, TimerConfig masterTimer) in AlarmConfig() method in Antmicro.Renode.Peripherals.Timers.STM32F4_RTC.AlarmConfig
DSunxiTimer.cs295 AlarmConfig = 0x170 enumerator