Home
last modified time | relevance | path

Searched defs:channelId (Results 1 – 12 of 12) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynqMP_IPI.cs22 public static long GetRegisterOffset(ChannelId channelId, RegisterOffset registerOffset) in GetRegisterOffset()
28 public static long GetMailboxOffset(ChannelId channelId) in GetMailboxOffset()
117 …private static Registers GetRegisterFromChannelIdAndRegisterOffset(ChannelId channelId, RegisterOf… in GetRegisterFromChannelIdAndRegisterOffset()
125 private static long GetChannelOffsetFromId(ChannelId channelId) in GetChannelOffsetFromId()
156 private Channel GetChannelFromId(ChannelId channelId) in GetChannelFromId()
307 public void SetChannelInStatusAndClear(ChannelId channelId) in SetChannelInStatusAndClear()
312 public void ClearChannelInStatusAndClear(ChannelId channelId) in ClearChannelInStatusAndClear()
321 public void SetChannelInObservation(ChannelId channelId) in SetChannelInObservation()
326 public void ClearChannelInObservation(ChannelId channelId) in ClearChannelInObservation()
331 private void HandleWriteToTrigger(ChannelId channelId) in HandleWriteToTrigger()
[all …]
DZynqMP_PlatformManagementUnit.cs100 …ate ZynqMP_IPI.ChannelId GetInterruptsSourcesAndClearMaskedChannels(ZynqMP_IPI.ChannelId channelId) in GetInterruptsSourcesAndClearMaskedChannels()
117 …private void ClearInterruptsOnChannel(ZynqMP_IPI.ChannelId channelId, ZynqMP_IPI.ChannelId interru… in ClearInterruptsOnChannel()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DADCChannel.cs26 public ADCChannel(IPeripheral parent, int channelId) in ADCChannel()
143 private readonly int channelId; field in Antmicro.Renode.Peripherals.Analog.ADCChannel
DRenesasDA14_GPADC.cs76 private uint HandleConversion(uint channelId) in HandleConversion()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Thermometer.cs16 public void FeedTemperatureSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedTemperatureSamplesFromRESD()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DHS3001.cs44 public void FeedTemperatureSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedTemperatureSamplesFromRESD()
51 public void FeedHumiditySamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedHumiditySamplesFromRESD()
DICP_101xx.cs78 public void FeedTemperatureSamplesFromRESD(ReadFilePath path, uint channelId = 0, in FeedTemperatureSamplesFromRESD()
85 public void FeedPressureSamplesFromRESD(ReadFilePath path, uint channelId = 0, in FeedPressureSamplesFromRESD()
DAS6221.cs36 public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedSamplesFromRESD()
DAK0991x.cs27 public void FeedMagneticSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedMagneticSamplesFromRESD()
DMAX30208.cs37 public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedSamplesFromRESD()
DMAX86171.cs54 …public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, ulong startTimestamp = … in FeedSamplesFromRESD()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DRenesasRZG_DMAC.cs141 public Channel(RenesasRZG_DMAC parent, int channelId) in Channel()