Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAM_TC.cs384 loadingBInterruptEnable = false; in Reset()
401 state |= loadingBInterrupt && loadingBInterruptEnable; in UpdateInterrupts()
488 get => loadingBInterruptEnable;
489 set => loadingBInterruptEnable = value;
728 private bool loadingBInterruptEnable; field in Antmicro.Renode.Peripherals.Timers.SAM_TC.Channel