Home
last modified time | relevance | path

Searched defs:sourceChannelId (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynqMP_IPI.cs187 private void TryTriggerInterrupt(ChannelId targetChannelId, ChannelId sourceChannelId) in TryTriggerInterrupt()
210 private void ClearInterrupt(ChannelId targetChannelId, ChannelId sourceChannelId) in ClearInterrupt()
296 public bool CanBeTriggeredBy(ChannelId sourceChannelId) in CanBeTriggeredBy()
DZynqMP_PlatformManagementUnit.cs131 …ingleInterruptOnChannel(ZynqMP_IPI.ChannelId targetChannelId, ZynqMP_IPI.ChannelId sourceChannelId) in ProcessSingleInterruptOnChannel()