Home
last modified time | relevance | path

Searched refs:WaitingForEvent (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs355 …var channel in channels.Where(c => c.Status == Channel.ChannelStatus.WaitingForEvent).Where(c => c… in SignalEventOrInterrupt()
645 WaitingForEvent = 0b0100, enumerator
DPL330_DMA_Instructions.cs582 selectedChannel.Status = Channel.ChannelStatus.WaitingForEvent; in ExecuteInner()