Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs72 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