Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DSTM32_ADC_Common.cs198 var endOfSequence = endOfSequenceFlag.Value && endOfSequenceInterruptEnable.Value; in UpdateInterrupts()
405 .WithFlag(3, out endOfSequenceInterruptEnable, name: "EOSEQIE") in BuildRegistersMap()
689 private IFlagRegisterField endOfSequenceInterruptEnable; field in Antmicro.Renode.Peripherals.Analog.STM32_ADC_Common