Searched refs:hasChannelSequence (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/ |
| D | STM32F3_ADC.cs | 29 hasChannelSequence: true, in STM32F3_ADC()
|
| D | STM32G0_ADC.cs | 29 hasChannelSequence: true, in STM32G0_ADC()
|
| D | STM32WBA_ADC.cs | 29 hasChannelSequence: true, in STM32WBA_ADC()
|
| D | STM32F0_ADC.cs | 29 hasChannelSequence: false, in STM32F0_ADC()
|
| D | STM32_ADC_Common.cs | 52 …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()
|