Home
last modified time | relevance | path

Searched refs:IResourceBlockOwner (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DResourceBlock.cs13 …public interface IResourceBlockOwner : IProvidesRegisterCollection<DoubleWordRegisterCollection>, … interface
17 public ResourceBlock(IResourceBlockOwner owner, uint identifier) in ResourceBlock()
42 protected readonly IResourceBlockOwner owner;
DShifter.cs18 …public static IReadOnlyList<Shifter> BuildRegisters(IResourceBlockOwner owner, int count, Resource… in BuildRegisters()
72 …private static Shifter BuildShifter(IResourceBlockOwner owner, int index, Interrupt status, Interr… in BuildShifter()
143 …private Shifter(IResourceBlockOwner owner, uint identifier, ResourceBlocksManager<Timer> timersMan… in Shifter()
DTimer.cs17 public static IReadOnlyList<Timer> BuildRegisters(IResourceBlockOwner owner, int count) in BuildRegisters()
73 private static Timer BuildTimer(IResourceBlockOwner owner, int index, Interrupt status) in BuildTimer()
139 private Timer(IResourceBlockOwner owner, uint identifier, Interrupt status, in Timer()
DS32K3XX_FlexIO.cs19 IResourceBlockOwner