Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs101 public bool IsSystemBusConnection() => ConnectionIndex == MainSystemBusConnectionIndex; in IsSystemBusConnection()
117 private const byte MainSystemBusConnectionIndex = 0; field