Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 29) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDAttribute.cs15 …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()
DRESDStream.cs126 …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()
DDataBlock.cs81 …private DataBlockHeader(BlockType blockType, SampleType sampleType, ushort channel, ulong dataSize… in DataBlockHeader()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DIADC.cs13 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/
DInterferenceQueue.cs34 …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/
DIMXRT_ADC.cs63 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()
DXilinx_XADC.cs41 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()
DSTM32_ADC_Common.cs121 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/
DIDMA.cs15 void RequestTransfer(int channel); in RequestTransfer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_PRS_3.cs79 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/
DS32K_LPIT.cs35 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()
DSAM_TC.cs345 …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
DEFR32xG2_RTCC.cs209 private Interrupt InterruptForChannel(int channel) in InterruptForChannel()
DRenesasRA_GPT.cs132 …ictionary<long, DoubleWordRegister> BuildChannelRegisterMap(long channelOffset, GPTChannel channel) in BuildChannelRegisterMap()
DRenesasRZG_GPT.cs96 …ictionary<long, DoubleWordRegister> BuildChannelRegisterMap(long channelOffset, GPTChannel channel) in BuildChannelRegisterMap()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DNRF52840_PDM.cs49 public void SetInputFile(string fileName, Channel channel = Channel.Left, int repeat = 1) in SetInputFile()
235 private void SetGain(ulong val, Channel channel) in SetGain()
DEOSS3_Voice.cs39 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/
DICM20948_Gyroscope.cs17 … public void FeedAngularRateSamplesFromRESD(string path, uint channel = 0, ulong startTime = 0, in FeedAngularRateSamplesFromRESD()
DICM20948_Accelerometer.cs17 … public void FeedAccelerationSamplesFromRESD(string path, uint channel = 0, ulong startTime = 0, in FeedAccelerationSamplesFromRESD()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNRF52840_GPIOTasksEvents.cs147 private bool TryGetChannel(NRF52840_GPIO.Pin pin, out Channel channel) in TryGetChannel()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32DMA.cs414 private byte channel; field in Antmicro.Renode.Peripherals.DMA.STM32DMA.Stream
DUDMA.cs153 public void InitTransfer(int channel, bool isBurst) in InitTransfer()
DSTM32G0DMA.cs167 private bool TryGetChannelNumberBasedOnOffset(long offset, out int channel) in TryGetChannelNumberBasedOnOffset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM6DSO_IMU.cs43 … 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/
DZynqMP_PlatformManagementUnit.cs65 private void HandleInterruptOnIpi(PmuIpiChannel channel) in HandleInterruptOnIpi()

12