Home
last modified time | relevance | path

Searched defs:channelCount (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DRenesasDA_DMABase.cs19 public RenesasDA_DMABase(IMachine machine, int channelCount, int peripheralSelectCount) in RenesasDA_DMABase()
167 private readonly int channelCount; field in Antmicro.Renode.Peripherals.DMA.RenesasDA_DMABase
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DSTM32_ADC_Common.cs51 …int? watchdogCount = null, bool? hasCalibration = null, int? channelCount = null, bool? hasPrescal… in STM32_ADC_Common()