Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAM_TC.cs380 compareCInterruptEnable = false; in Reset()
399 state |= compareCInterrupt && compareCInterruptEnable; in UpdateInterrupts()
472 get => compareCInterruptEnable;
473 set => compareCInterruptEnable = value;
724 private bool compareCInterruptEnable; field in Antmicro.Renode.Peripherals.Timers.SAM_TC.Channel