Home
last modified time | relevance | path

Searched refs:EFR32_I2CController (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFR32_I2CController.cs14 public class EFR32_I2CController : EFR32_GenericI2CController, IDoubleWordPeripheral class
16 public EFR32_I2CController(IMachine machine) : base(machine) in EFR32_I2CController() method in Antmicro.Renode.Peripherals.I2C.EFR32_I2CController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DEFR32_I2CControllerTests.cs28 controller = new EFR32_I2CController(machine); in SetupController()
340 private EFR32_I2CController controller;