Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DILocalGPIOReceiver.cs14 IGPIOReceiver GetLocalReceiver(int index); in GetLocalReceiver() method
DMachine.cs1585 return localReceiver.GetLocalReceiver(localReceiverNumber.Value); in GetActualReceiver()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32_SYSCFG.cs39 public IGPIOReceiver GetLocalReceiver(int index) in GetLocalReceiver() method in Antmicro.Renode.Peripherals.Miscellaneous.STM32_SYSCFG
103 … ((InternalReceiver)GetLocalReceiver((int)portNumber)).UpdateGPIO(pinNumber); in CreateRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DSTM32WBA_EXTI.cs33 public IGPIOReceiver GetLocalReceiver(int index) in GetLocalReceiver() method in Antmicro.Renode.Peripherals.IRQControllers.STM32WBA_EXTI
104 … ((InternalReceiver)GetLocalReceiver((int)portNumber)).UpdateGPIO(pinNumber); in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSTM32_GPIOPort.cs80 public IGPIOReceiver GetLocalReceiver(int pin) in GetLocalReceiver() method in Antmicro.Renode.Peripherals.GPIOPort.STM32_GPIOPort
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs250 … sourcePeripheral = ((ILocalGPIOReceiver)sourcePeripheral).GetLocalReceiver(int.Parse(source[1])); in InitializeGPIOsFrom()
330 … receiver = ((ILocalGPIOReceiver)receiver).GetLocalReceiver(int.Parse(controllerElements[1])); in InitializeGPIOs()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs332 public IGPIOReceiver GetLocalReceiver(int processorNumber) in GetLocalReceiver() method in Antmicro.Renode.Peripherals.IRQControllers.ARM_GenericInterruptController