Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DXilinx_XADC.cs151 private uint? AdcChannelNumberToIndex(ushort address) in AdcChannelNumberToIndex() method in Antmicro.Renode.Peripherals.Analog.Xilinx_XADC
169 if(!(AdcChannelNumberToIndex(channel) is uint channelIndex)) in ValidateChannelNumber()
179 if(AdcChannelNumberToIndex(address) is uint channelIndex) in HandleDrpRead()