Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAM_TC.cs381 loadingAInterrupt = false; in Reset()
400 state |= loadingAInterrupt && loadingAInterruptEnable; in UpdateInterrupts()
476 public bool LoadingAInterrupt => Misc.ReturnThenClear(ref loadingAInterrupt);
725 private bool loadingAInterrupt; field in Antmicro.Renode.Peripherals.Timers.SAM_TC.Channel