Home
last modified time | relevance | path

Searched defs:GetRegistrationPoints (Results 1 – 22 of 22) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DNullRegistrationPointPeripheralContainer.cs38 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(TPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Core.Structure.NullRegistrationPointPeripheralContainer
81 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(TPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Core.Structure.NullRegistrationPointContainerHelper
DIPeripheralContainer.cs20 IEnumerable<TRegistrationPoint> GetRegistrationPoints(TPeripheral peripheral); in GetRegistrationPoints() method
DSimpleContainer.cs29 public virtual IEnumerable<NumberRegistrationPoint<int>> GetRegistrationPoints(T peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Core.Structure.SimpleContainerBase
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/
DGaisler_FaultTolerantMemoryController.cs37 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(MappedMemory peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.MemoryControllers.Gaisler_FaultTolerantMemoryController
61 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(AMDCFIFlash peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.MemoryControllers.Gaisler_FaultTolerantMemoryController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DNetworkWithPHY.cs45 public IEnumerable<PHYRegistrationPoint> GetRegistrationPoints(IPhysicalLayer peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.Network.NetworkWithPHY
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRA8M1_SCI.cs88 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(ISPIPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.UART.RenesasRA8M1_SCI
103 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(IUART peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.UART.RenesasRA8M1_SCI
128 … public IEnumerable<NumberRegistrationPoint<int>> GetRegistrationPoints(II2CPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.UART.RenesasRA8M1_SCI
DRenesasRA6M5_SCI.cs110 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(IUART peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.SCI.RenesasRA6M5_SCI
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPULP_InterruptController.cs114 … public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(PULP_EventController peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.IRQControllers.PULP_InterruptController
DBaseRiscV.cs129 public IEnumerable<NumberRegistrationPoint<int>> GetRegistrationPoints(ICFU cfu) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV
157 … public IEnumerable<BusRangeRegistration> GetRegistrationPoints(IIndirectCSRPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEOSS3_FlexibleFusionEngine.cs37 … public IEnumerable<NumberRegistrationPoint<int>> GetRegistrationPoints(IBytePeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.Miscellaneous.EOSS3_FlexibleFusionEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DS32K3XX_FlexIO.cs47 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(IEndpoint peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIO
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs96 …public IEnumerable<TypedNumberRegistrationPoint<int>> GetRegistrationPoints(ISPIPeripheral periphe… in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster
102 …public IEnumerable<TypedNumberRegistrationPoint<int>> GetRegistrationPoints(II2CPeripheral periphe… in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/SiLabs/
DEFR32_GenericUSART.cs73 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(ISPIPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.UART.Silabs.EFR32_GenericUSART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs720 private List<long> GetRegistrationPoints() in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.Memory.MappedMemory
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUsbHub.cs170 public IEnumerable<USBRegistrationPoint> GetRegistrationPoints(IUSBPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
DISP1761.cs119 public IEnumerable<USBRegistrationPoint> GetRegistrationPoints(IUSBPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.USBDeprecated.ISP1761
DEHCIHostController.cs130 public IEnumerable<USBRegistrationPoint> GetRegistrationPoints(IUSBPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMPFS_SDController.cs103 … public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(IPhysicalLayer<byte> peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.SD.MPFS_SDController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DEFR32xG2_EUSART_2.cs435 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(ISPIPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.UART.EFR32xG2_EUSART_2
DEFR32xG2_USART_0.cs498 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(ISPIPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs975 …public IEnumerable<BusRangeRegistration> GetRegistrationPoints(IBusPeripheral peripheral, ICPU con… in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.Bus.SystemBus
983 public IEnumerable<BusRangeRegistration> GetRegistrationPoints(IBusPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.Bus.SystemBus
DBusControllerProxy.cs240 … public virtual IEnumerable<BusRangeRegistration> GetRegistrationPoints(IBusPeripheral peripheral) in GetRegistrationPoints() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy