Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs102 … channel in channels.Where(c => c.Status == Channel.ChannelStatus.WaitingForPeripheral).Where(c =>… in OnGPIO()
646 WaitingForPeripheral = 0b0111, enumerator
DPL330_DMA_Instructions.cs783 selectedChannel.Status = Channel.ChannelStatus.WaitingForPeripheral; in ExecuteInner()