Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CRC/
DSTM32_CRC.cs25 if(!this.setupConfig.TryGetValue(series, out conf)) in STM32_CRC()
239 …private readonly Dictionary<STM32Series, STM32Config> setupConfig = new Dictionary<STM32Series, ST… field in Antmicro.Renode.Peripherals.CRC.STM32_CRC