Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DIADC.cs16 int ADCChannelCount { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DCAES_ADC.cs27 rawVoltage = Enumerable.Repeat(DefaultChannelVoltage, ADCChannelCount).ToArray(); in CAES_ADC()
80 public int ADCChannelCount => (int)NumberOfDataChannels; field in Antmicro.Renode.Peripherals.Analog.CAES_ADC