Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAM_TC.cs376 compareAInterruptEnable = false; in Reset()
397 state |= compareAInterrupt && compareAInterruptEnable; in UpdateInterrupts()
456 get => compareAInterruptEnable;
457 set => compareAInterruptEnable = value;
720 private bool compareAInterruptEnable; field in Antmicro.Renode.Peripherals.Timers.SAM_TC.Channel