Searched defs:channelId (Results 1 – 12 of 12) sorted by relevance
22 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 …]
100 …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()
26 public ADCChannel(IPeripheral parent, int channelId) in ADCChannel()143 private readonly int channelId; field in Antmicro.Renode.Peripherals.Analog.ADCChannel
76 private uint HandleConversion(uint channelId) in HandleConversion()
16 public void FeedTemperatureSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedTemperatureSamplesFromRESD()
44 public void FeedTemperatureSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedTemperatureSamplesFromRESD()51 public void FeedHumiditySamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedHumiditySamplesFromRESD()
78 public void FeedTemperatureSamplesFromRESD(ReadFilePath path, uint channelId = 0, in FeedTemperatureSamplesFromRESD()85 public void FeedPressureSamplesFromRESD(ReadFilePath path, uint channelId = 0, in FeedPressureSamplesFromRESD()
36 public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedSamplesFromRESD()
27 public void FeedMagneticSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedMagneticSamplesFromRESD()
37 public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedSamplesFromRESD()
54 …public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, ulong startTimestamp = … in FeedSamplesFromRESD()
141 public Channel(RenesasRZG_DMAC parent, int channelId) in Channel()