| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/ |
| D | RESDAttribute.cs | 15 …public RESDSampleCallbackAttribute(SampleType sampleType, uint channel = 0, RESDStreamStatus statu… in RESDSampleCallbackAttribute() 31 …public OnRESDSample(SampleType sampleType, uint channel = 0, string domain = null) : base(sampleTy… in OnRESDSample() 38 …public BeforeRESDSample(SampleType sampleType, uint channel = 0, string domain = null) : base(samp… in BeforeRESDSample() 45 …public AfterRESDSample(SampleType sampleType, uint channel = 0, string domain = null) : base(sampl… in AfterRESDSample()
|
| D | RESDStream.cs | 126 …derstandRESD instance, SampleType sampleType, RESDStreamStatus status, uint channel, string domain) in FindCallback() 156 …public RESDStream(ReadFilePath path, uint channel, Func<T, Out> transformer, long sampleOffsetTime… in RESDStream() 187 …public RESDStream(ReadFilePath path, uint channel, long sampleOffsetTime = 0, Predicate<DataBlock<… in RESDStream()
|
| D | DataBlock.cs | 81 …private DataBlockHeader(BlockType blockType, SampleType sampleType, ushort channel, ulong dataSize… in DataBlockHeader()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/ |
| D | IADC.cs | 13 void SetADCValue(int channel, uint value); in SetADCValue() 14 uint GetADCValue(int channel); in GetADCValue()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/ |
| D | InterferenceQueue.cs | 34 …public static void Add(IRadio sender, RadioPhyId phyId, int channel, int txPowerDbm, byte[] conten… in Add() 111 public static int GetCurrentRssi(IRadio receiver, RadioPhyId phyId, int channel) in GetCurrentRssi() 161 private int channel; field in Antmicro.Renode.Peripherals.Wireless.PacketInfo 194 … public PacketInfo(IRadio sender, RadioPhyId phyId, int channel, int txPowerDbm, byte[] content) in PacketInfo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/ |
| D | IMXRT_ADC.cs | 63 public void FeedSample(byte sample, int channel) in FeedSample() 73 public void FeedSamplesFromFile(string path, int channel) in FeedSamplesFromFile() 83 public void TriggerConversion(uint channel) in TriggerConversion()
|
| D | Xilinx_XADC.cs | 41 public void SetChannelValue(ushort channel, ushort value) in SetChannelValue() 47 public ushort GetChannelValue(ushort channel) in GetChannelValue() 167 private uint ValidateChannelNumber(ushort channel) in ValidateChannelNumber()
|
| D | STM32_ADC_Common.cs | 121 public void FeedVoltageSampleToChannel(int channel, string path) in FeedVoltageSampleToChannel() 127 public void FeedVoltageSampleToChannel(int channel, decimal valueInmV, uint repeat) in FeedVoltageSampleToChannel() 137 public void SetDefaultValue(decimal valueInmV, int? channel = null) in SetDefaultValue() 181 private void ValidateChannel(int channel) in ValidateChannel()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/ |
| D | IDMA.cs | 15 void RequestTransfer(int channel); in RequestTransfer()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_PRS_3.cs | 79 private void UnsubscribeFromAllEvents(ulong channel) in UnsubscribeFromAllEvents() 88 private void OnAsyncSignalReceived(uint channel) in OnAsyncSignalReceived()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | S32K_LPIT.cs | 35 public string PrintTimerInformation(int channel) in PrintTimerInformation() 90 …private void DefineChannelRegisters(int channel, Registers valueRegister, Registers currentValueRe… in DefineChannelRegisters() 175 private GPIO GetTimerOutput(int channel) in GetTimerOutput()
|
| D | SAM_TC.cs | 345 …public Channel(IClockSource clockSource, long masterClockFrequency, IPeripheral owner, int channel) in Channel() 734 private readonly int channel; field in Antmicro.Renode.Peripherals.Timers.SAM_TC.Channel
|
| D | EFR32xG2_RTCC.cs | 209 private Interrupt InterruptForChannel(int channel) in InterruptForChannel()
|
| D | RenesasRA_GPT.cs | 132 …ictionary<long, DoubleWordRegister> BuildChannelRegisterMap(long channelOffset, GPTChannel channel) in BuildChannelRegisterMap()
|
| D | RenesasRZG_GPT.cs | 96 …ictionary<long, DoubleWordRegister> BuildChannelRegisterMap(long channelOffset, GPTChannel channel) in BuildChannelRegisterMap()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/ |
| D | NRF52840_PDM.cs | 49 public void SetInputFile(string fileName, Channel channel = Channel.Left, int repeat = 1) in SetInputFile() 235 private void SetGain(ulong val, Channel channel) in SetGain()
|
| D | EOSS3_Voice.cs | 39 public void SetInputFile(string fileName, Channel channel = Channel.Left, int repeat = 1) in SetInputFile()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/ |
| D | ICM20948_Gyroscope.cs | 17 … public void FeedAngularRateSamplesFromRESD(string path, uint channel = 0, ulong startTime = 0, in FeedAngularRateSamplesFromRESD()
|
| D | ICM20948_Accelerometer.cs | 17 … public void FeedAccelerationSamplesFromRESD(string path, uint channel = 0, ulong startTime = 0, in FeedAccelerationSamplesFromRESD()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | NRF52840_GPIOTasksEvents.cs | 147 private bool TryGetChannel(NRF52840_GPIO.Pin pin, out Channel channel) in TryGetChannel()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | STM32DMA.cs | 414 private byte channel; field in Antmicro.Renode.Peripherals.DMA.STM32DMA.Stream
|
| D | UDMA.cs | 153 public void InitTransfer(int channel, bool isBurst) in InitTransfer()
|
| D | STM32G0DMA.cs | 167 private bool TryGetChannelNumberBasedOnOffset(long offset, out int channel) in TryGetChannelNumberBasedOnOffset()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | LSM6DSO_IMU.cs | 43 … public void FeedAccelerationSamplesFromRESD(string path, uint channel = 0, ulong startTime = 0, in FeedAccelerationSamplesFromRESD() 62 … public void FeedAngularRateSamplesFromRESD(string path, uint channel = 0, ulong startTime = 0, in FeedAngularRateSamplesFromRESD() 73 public void FeedTemperatureSamplesFromRESD(string path, uint channel) in FeedTemperatureSamplesFromRESD()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | ZynqMP_PlatformManagementUnit.cs | 65 private void HandleInterruptOnIpi(PmuIpiChannel channel) in HandleInterruptOnIpi()
|