Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DSTM32F3_ADC.cs29 hasChannelSequence: true, in STM32F3_ADC()
DSTM32G0_ADC.cs29 hasChannelSequence: true, in STM32G0_ADC()
DSTM32WBA_ADC.cs29 hasChannelSequence: true, in STM32WBA_ADC()
DSTM32F0_ADC.cs29 hasChannelSequence: false, in STM32F0_ADC()
DSTM32_ADC_Common.cs52 …bool? hasVbatPin = null, bool? hasChannelSequence = null, bool? hasPowerRegister = null, bool? has… in STM32_ADC_Common() argument
55 …!hasVbatPin.HasValue || !hasChannelSequence.HasValue || !hasPowerRegister.HasValue || !hasChannelS… in STM32_ADC_Common()
80 bool channelSequence = hasChannelSequence.Value; in STM32_ADC_Common()
380 …sMap(bool hasCalibration, bool hasPrescaler, bool hasVbatPin, bool hasChannelSequence, bool hasPow… in BuildRegistersMap() argument
434 ….WithEnumField<DoubleWordRegister, ScanDirection>(hasChannelSequence ? 4 : 2, 1, out scanDirection… in BuildRegistersMap()
435 ….WithEnumField<DoubleWordRegister, Resolution>(hasChannelSequence ? 2 : 3, 2, out resolution, name… in BuildRegistersMap()
469 if(hasChannelSequence) in BuildRegistersMap()