Searched refs:gpioEntries (Results 1 – 1 of 1) sorted by relevance
72 this.gpioEntries = new List<GPIOEntry>(); in CoSimulationConnection()260 foreach(GPIOEntry entry in gpioEntries) in RegisterOnGPIOReceive()267 gpioEntries.Add(new GPIOEntry(translationRange, callback)); in RegisterOnGPIOReceive()272 gpioEntries.RemoveAll(entry => entry.range.Equals(translationRange)); in UnregisterOnGPIOReceive()457 foreach(GPIOEntry entry in gpioEntries) in HandleGPIO()515 private List<GPIOEntry> gpioEntries; field in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.CoSimulationConnection