Home
last modified time | relevance | path

Searched defs:receiver (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DGPIOEndpoint.cs14 public GPIOEndpoint(IGPIOReceiver receiver, int number) in GPIOEndpoint()
DMachine.cs1578 … private static IGPIOReceiver GetActualReceiver(IGPIOReceiver receiver, int? localReceiverNumber) in GetActualReceiver()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DS32K3XX_FlexIO_UART.cs112 private UARTReceiver receiver; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIO_UART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs356 …void InitializeGPIO(IPeripheral device, string deviceName, IGPIOReceiver receiver, IList<int> irqE… in InitializeGPIO()
378 …void InitializeGPIO(IPeripheral device, string deviceName, IGPIOReceiver receiver, IList<object> i… in InitializeGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMSCM.cs241 public readonly IGPIOReceiver receiver; field
DGaislerMIC.cs54 private void HandleIRQConnect(int src, IGPIOReceiver receiver, int dst) in HandleIRQConnect()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DInterferenceQueue.cs111 public static int GetCurrentRssi(IRadio receiver, RadioPhyId phyId, int channel) in GetCurrentRssi()