Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DTCMConfiguration.cs20 InterfaceIndex = interfaceIndex; in TCMConfiguration()
42 public uint InterfaceIndex { get; } property in Antmicro.Renode.Peripherals.CPU.TCMConfiguration
DArm.cs338 …TlibRegisterTcmRegion(config.Address, config.Size, ((ulong)config.InterfaceIndex << 32) | config.R… in RegisterTCMRegion()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDescriptor.cs236 public byte InterfaceIndex{ get; set; } property in Antmicro.Renode.Peripherals.USBDeprecated.InterfaceUSBDescriptor
249 arr[0x8] = InterfaceIndex; in ToArray()
DUSBKeyboard.cs58 InterfaceIndex = 0x07
DUSBTablet.cs378 InterfaceIndex = 0x07
DUSBMouse.cs60 InterfaceIndex = 0x07
DUsbHub.cs598 InterfaceIndex = 0
DMassStorage.cs595 InterfaceIndex = 0
DSMSC9500.cs503 InterfaceIndex = 0
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs28 InterfaceIndex = interfaceIndex; in InterfaceRequest()
34 public int InterfaceIndex; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs65 var address = new SocketAddressCan(request.InterfaceIndex); in SocketCANBridge()