Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DCAES_ADC.cs100 … voltage = (uint)((float)voltage * GetGain(channelGain[DataToConfigChannel(dataChannelId)].Value)); in GetChannelVoltage()
257 private uint DataToConfigChannel(uint dataChannelIdx) in DataToConfigChannel() method in Antmicro.Renode.Peripherals.Analog.CAES_ADC
439 channelInterruptPending.SetBit((byte)DataToConfigChannel((uint)idx), false); in DefineRegisters()