Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DSTM32F3_ADC.cs23 watchdogCount: 3, in STM32F3_ADC()
DSTM32G0_ADC.cs23 watchdogCount: 1, in STM32G0_ADC()
DSTM32WBA_ADC.cs23 watchdogCount: 3, in STM32WBA_ADC()
DSTM32F0_ADC.cs23 watchdogCount: 1, in STM32F0_ADC()
DSTM32_ADC_Common.cs51 …int? watchdogCount = null, bool? hasCalibration = null, int? channelCount = null, bool? hasPrescal… in STM32_ADC_Common() argument
54 …if(!watchdogCount.HasValue || !hasCalibration.HasValue || !channelCount.HasValue || !hasPrescaler.… in STM32_ADC_Common()
83 WatchdogCount = watchdogCount.Value; in STM32_ADC_Common()