Searched refs:GPIOEntry (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()457 foreach(GPIOEntry entry in gpioEntries) in HandleGPIO()491 private struct GPIOEntry struct in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.CoSimulationConnection493 public GPIOEntry(Range range, Action<int, bool> callback) in GPIOEntry() argument515 private List<GPIOEntry> gpioEntries;