Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAM_TC.cs382 loadingAInterruptEnable = false; in Reset()
400 state |= loadingAInterrupt && loadingAInterruptEnable; in UpdateInterrupts()
480 get => loadingAInterruptEnable;
481 set => loadingAInterruptEnable = value;
726 private bool loadingAInterruptEnable; field in Antmicro.Renode.Peripherals.Timers.SAM_TC.Channel