Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAM_TC.cs375 compareAInterrupt = false; in Reset()
397 state |= compareAInterrupt && compareAInterruptEnable; in UpdateInterrupts()
452 public bool CompareAInterrupt => Misc.ReturnThenClear(ref compareAInterrupt);
719 private bool compareAInterrupt; field in Antmicro.Renode.Peripherals.Timers.SAM_TC.Channel