Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DSAM4S_ADC.cs104 … interrupt |= endOfCalibrationInterruptEnabled.Value && endOfCalibrationInterruptPending.Value; in UpdateInterrupts()
162 endOfCalibrationInterruptPending.Value = true; in DefineRegisters()
284 … .WithFlag(23, out endOfCalibrationInterruptPending, FieldMode.ReadToClear, name: "EOCAL") in DefineRegisters()
418 private IFlagRegisterField endOfCalibrationInterruptPending; field in Antmicro.Renode.Peripherals.Analog.SAM4S_ADC