Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DSAM4S_ADC.cs102 …Any(index => endOfConversionInterruptEnabled[index].Value && endOfConversionInterruptPending[index… in UpdateInterrupts()
121 endOfConversionInterruptPending[channelIndex].Value = true; in ConversionFinished()
129 …dataReadyInterruptPending.Value |= endOfConversionInterruptPending.Any(interrupt => interrupt.Valu… in ConversionFinished()
280 .WithFlags(0, 16, out endOfConversionInterruptPending, FieldMode.Read, name: "EOC") in DefineRegisters()
391 endOfConversionInterruptPending[index].Value = false; in DefineRegisters()
415 private IFlagRegisterField[] endOfConversionInterruptPending; field in Antmicro.Renode.Peripherals.Analog.SAM4S_ADC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_DACC.cs61 … interrupt |= endOfConversionInterruptPending.Value && endOfConversionInterruptEnabled.Value; in UpdateInterrupts()
97 endOfConversionInterruptPending.Value = true; in PerformConversion()
191 … .WithFlag(1, out endOfConversionInterruptPending, FieldMode.ReadToClear, name: "EOC") in DefineRegisters()
239 private IFlagRegisterField endOfConversionInterruptPending; field in Antmicro.Renode.Peripherals.Miscellaneous.SAM4S_DACC