Home
last modified time | relevance | path

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