Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DCAES_ADC.cs174 var dataChannelIdx = ConfigToDataChannel((uint)i); in OnConversionFinished()
175 … index: {2}", i, i < DifferentialChannelsOffset ? "single-ended" : "differential", dataChannelIdx); in OnConversionFinished()
180 … channelData[dataChannelIdx].Value = GetSingleEndedValue(GetChannelVoltage(dataChannelIdx)); in OnConversionFinished()
184 …channelData[dataChannelIdx].Value = GetDifferentialValue(GetChannelVoltage(dataChannelIdx), GetCha… in OnConversionFinished()
257 private uint DataToConfigChannel(uint dataChannelIdx) in DataToConfigChannel() argument
268 …if(channelEnable[DifferentialChannelsOffset + (dataChannelIdx / 2)].Value || dataChannelIdx >= Tem… in DataToConfigChannel()
270 configChannelIdx = (uint)(DifferentialChannelsOffset + (dataChannelIdx / 2)); in DataToConfigChannel()
274 configChannelIdx = dataChannelIdx; in DataToConfigChannel()
282 uint dataChannelIdx = 0; in ConfigToDataChannel()
286 dataChannelIdx = configChannelIdx; in ConfigToDataChannel()
[all …]