Home
last modified time | relevance | path

Searched refs:ChannelStatus (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs102 …foreach(var channel in channels.Where(c => c.Status == Channel.ChannelStatus.WaitingForPeripheral)… in OnGPIO()
105 channel.Status = Channel.ChannelStatus.Executing; in OnGPIO()
202 … valueProviderCallback: (idx, _) => channels[idx].Status == Channel.ChannelStatus.Faulting, in DefineRegisters()
355 …foreach(var channel in channels.Where(c => c.Status == Channel.ChannelStatus.WaitingForEvent).Wher… in SignalEventOrInterrupt()
359 channel.Status = Channel.ChannelStatus.Executing; in SignalEventOrInterrupt()
373 if(channels.Any(c => c.Status == Channel.ChannelStatus.Faulting)) in UpdateAbortInterrupt()
429 … foreach(var channelThread in channels.Where(c => c.Status == Channel.ChannelStatus.Executing)) in ExecuteLoop()
433 while(channelThread.Status == Channel.ChannelStatus.Executing) in ExecuteLoop()
457 } while(channels.Any(c => c.Status == Channel.ChannelStatus.Executing)); in ExecuteLoop()
512 status = ChannelStatus.Stopped; in Reset()
[all …]
DPL330_DMA_Instructions.cs275 selectedChannel.Status = Channel.ChannelStatus.Stopped; in ExecuteInner()
305 if(channel.Status != Channel.ChannelStatus.Stopped) in ExecuteInner()
316 channel.Status = Channel.ChannelStatus.Executing; in ExecuteInner()
342 selectedChannel.Status = Channel.ChannelStatus.Stopped; in ExecuteInner()
582 selectedChannel.Status = Channel.ChannelStatus.WaitingForEvent; in ExecuteInner()
783 selectedChannel.Status = Channel.ChannelStatus.WaitingForPeripheral; in ExecuteInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_DACC.cs148 Registers.ChannelStatus.Define(this) in DefineRegisters()
264 ChannelStatus = 0x18, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DSAM4S_ADC.cs219 Registers.ChannelStatus.Define(this) in DefineRegisters()
448 ChannelStatus = 0x18, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DCadence_UART.cs414 {(long)Registers.ChannelStatus, new DoubleWordRegister(this) in BuildRegisterMap()
543 ChannelStatus = 0x2c, enumerator
DSAM_USART.cs389 Registers.ChannelStatus.Define(this) in DefineRegisters()
643 ChannelStatus = 0x14, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DRenesasRZG_DMAC.cs218 registers.Add((long)Registers.ChannelStatus, statusRegister); in DefineRegisters()
507 ChannelStatus = 0x24, // CHSTAT_n/nS enumerator
DSTM32WBA_GPDMA.cs203 …registersMap.Add((long)ChannelRegisters.ChannelStatus + (number * ShiftBetweenChannels), new Doubl… in Channel()
622 ChannelStatus = 0x60, enumerator