Home
last modified time | relevance | path

Searched refs:ISENTPeripheral (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DS32K3XX_FlexIO_SENT.cs22 …public class S32K3XX_FlexIO_SENT : NullRegistrationPointPeripheralContainer<ISENTPeripheral>, IEnd…
54 … public override void Register(ISENTPeripheral peripheral, NullRegistrationPoint registrationPoint) in Register()
60 public override void Unregister(ISENTPeripheral peripheral) in Unregister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/SENT/
DISENTPeripheral.cs17 public interface ISENTPeripheral : IPeripheral interface
DSENTPeripheralBase.cs13 public abstract class SENTPeripheralBase : ISENTPeripheral