Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 50) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DILogger.cs14 string GetMachineName(int id); in GetMachineName()
15 string GetObjectName(int id); in GetObjectName()
20 bool TryGetName(int id, out string objectName, out string machineName); in TryGetName()
21 bool TryGetSourceId(object source, out int id); in TryGetSourceId()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DAssemblyHelper.cs81 private static BundledAssemblyDefinition GetBundledAssemblyById(int id) in GetBundledAssemblyById()
113 private static extern IntPtr GetBundleNameInternal(int id); in GetBundleNameInternal()
116 private static extern UInt32 GetBundleDataSizeInternal(int id); in GetBundleDataSizeInternal()
119 private static extern IntPtr GetBundleDataPointerInternal(int id); in GetBundleDataPointerInternal()
DIProgressMonitorHandler.cs14 void Finish(int id); in Finish()
15 void Update(int id, string description, int? progress); in Update()
DTemporaryFilesManager.cs179 private readonly string id; field in Antmicro.Renode.Utilities.TemporaryFilesManager
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCLIProgressMonitor.cs18 public void Finish(int id) in Finish()
22 public void Update(int id, string description, int? progress) in Update()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/Progress/
DProgressWidget.cs40 public void Finish(int id) in Finish()
48 public void Update(int id, string description, int? progress) in Update()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBString.cs39 public static USBString FromId(int id) in FromId()
66 protected USBString(string value, byte id) : base((byte)DescriptorType.String) in USBString()
DUSBInterface.cs41 …sferType, short maximumPacketSize, byte interval, out USBEndpoint createdEndpoint, byte? id = null) in WithEndpoint()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DNetworkWithPHY.cs54 protected bool TryGetPhy<T>(uint id, out IPhysicalLayer<T> phy) in TryGetPhy()
65 protected bool TryGetPhy<T, V>(uint id, out IPhysicalLayer<T, V> phy) in TryGetPhy()
DPHYRegistrationPoint.cs15 public PHYRegistrationPoint(uint id) in PHYRegistrationPoint()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DIrqContext.cs17 public IrqContext(uint id, IPlatformLevelInterruptController irqController) in IrqContext()
149 private readonly uint id; field in Antmicro.Renode.Peripherals.IRQControllers.PLIC.IrqContext
DIrqSource.cs14 public IrqSource(uint id, IPlatformLevelInterruptController irqController) in IrqSource()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DPL190_VIC.cs50 public void OnGPIO(int id, bool state) in OnGPIO()
88 private void UpdateInterrupts(int id) in UpdateInterrupts()
258 private void UpdateVectorMapping(int id) in UpdateVectorMapping()
290 public Interrupt(int id) in Interrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIGPIORedirector.cs93 … public GPIOWrapper(int id, Action<int, IGPIOReceiver, int> connector, Action<int> disconnector) in GPIOWrapper() argument
157 private readonly int id; field in Antmicro.Renode.Core.IGPIORedirector.GPIOWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/Capabilities/
DCapability.cs14 public Capability(IPCIePeripheral parent, byte id, uint size) in Capability()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/
DXtensa.cs139 private void HandleCompareReached(int id) in HandleCompareReached()
150 private void TimerMod(uint id, ulong value) in TimerMod()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DEOSS3_ADC.cs151 public Channel(EOSS3_ADC parent, int id) in Channel()
233 private readonly int id; field in Antmicro.Renode.Peripherals.Analog.EOSS3_ADC.Channel
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEFR32_RTCCCounter.cs162 public CCChannel(LimitTimer ownTimer, LimitTimer coreTimer, IPeripheral owner, int id) in CCChannel()
264 private readonly int id; field in Antmicro.Renode.Peripherals.Timers.EFR32_RTCCCounter.CCChannel
DPL031.cs111 private readonly byte[] id = { 0x31, 0x10, 0x14, 0x00, 0x0d, 0xf0, 0x05, 0xb1 }; field in Antmicro.Renode.Peripherals.Timers.PL031
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DLoggerBackend.cs47 public LogLevel GetCustomLogLevel(int? id) in GetCustomLogLevel()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNRF52840_GPIOTasksEvents.cs237 public Channel(int id, NRF52840_GPIOTasksEvents parent) in Channel()
338 private readonly int id; field in Antmicro.Renode.Peripherals.GPIOPort.NRF52840_GPIOTasksEvents.Channel
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2538RF.cs502 private uint ReadSrcResMaskRegister(int id) in ReadSrcResMaskRegister()
764 private ushort GetShortPanIdFromRamTable(uint id) in GetShortPanIdFromRamTable()
769 private ushort GetShortSourceAddressFromRamTable(uint id) in GetShortSourceAddressFromRamTable()
774 private ulong GetExtendedSourceAddressFromRamTable(uint id) in GetExtendedSourceAddressFromRamTable()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/
DCANMessageFrame.cs17 …public CANMessageFrame(uint id, byte[] data, bool extendedFormat = false, bool remoteFrame = false… in CANMessageFrame()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs656 private void OnPrivateInterrupt(CPUEntry cpu, int id, bool value) in OnPrivateInterrupt()
2202 …public void InterruptEnd(InterruptId id, GroupTypeSecurityAgnostic groupTypeRegister, CPUEntry sgi… in InterruptEnd()
2256 public void InterruptDeactivate(InterruptId id, CPUEntry sgiRequestingCPU) in InterruptDeactivate()
2846 public VirtualInterrupt GetActiveVirtual(InterruptId id) in GetActiveVirtual()
2853 public void RemoveActiveVirtual(InterruptId id) in RemoveActiveVirtual()
3083 public void SetIdentifier(uint id) in SetIdentifier()
3088 public void SetHardwareIdentifier(uint id) in SetHardwareIdentifier()
3187 public static explicit operator uint(InterruptId id) => id.id; field
3188 public static explicit operator int(InterruptId id) => (int)id.id; field
3200 private readonly uint id; field
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DS32K3XX_FlexIO_UART.cs76 …private bool TryReserveShifter(S32K3XX_FlexIO flexIO, uint? id, out Shifter shifter, IList<string>… in TryReserveShifter()

12