Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRenesasRZG_GPT.cs29 this.channels = new GPTChannel[TotalChannels]; in RenesasRZG_GPT()
86 var channel = new GPTChannel(this, i, 32); in BuildRegisterMap()
96 …ictionary<long, DoubleWordRegister> BuildChannelRegisterMap(long channelOffset, GPTChannel channel) in BuildChannelRegisterMap()
403 private readonly GPTChannel[] channels;
405 private class GPTChannel class in Antmicro.Renode.Peripherals.Timers.RenesasRZG_GPT
407 public GPTChannel(RenesasRZG_GPT parent, long index, int width) in GPTChannel() method in Antmicro.Renode.Peripherals.Timers.RenesasRZG_GPT.GPTChannel
DRenesasRA_GPT.cs33 this.channels = new GPTChannel[TotalChannels]; in RenesasRA_GPT()
110 var channel = new GPTChannel(this, i, 32); in BuildRegisterMap()
122 var channel = new GPTChannel(this, channelNumber, 16); in BuildRegisterMap()
132 …ictionary<long, DoubleWordRegister> BuildChannelRegisterMap(long channelOffset, GPTChannel channel) in BuildChannelRegisterMap()
450 private readonly GPTChannel[] channels;
452 private class GPTChannel class in Antmicro.Renode.Peripherals.Timers.RenesasRA_GPT
454 public GPTChannel(RenesasRA_GPT parent, long index, int width) in GPTChannel() method in Antmicro.Renode.Peripherals.Timers.RenesasRA_GPT.GPTChannel