Searched refs:ChannelStatus (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/ |
| D | PL330_DMA.cs | 102 …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 …]
|
| D | PL330_DMA_Instructions.cs | 275 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/ |
| D | SAM4S_DACC.cs | 148 Registers.ChannelStatus.Define(this) in DefineRegisters() 264 ChannelStatus = 0x18, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/ |
| D | SAM4S_ADC.cs | 219 Registers.ChannelStatus.Define(this) in DefineRegisters() 448 ChannelStatus = 0x18, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/ |
| D | Cadence_UART.cs | 414 {(long)Registers.ChannelStatus, new DoubleWordRegister(this) in BuildRegisterMap() 543 ChannelStatus = 0x2c, enumerator
|
| D | SAM_USART.cs | 389 Registers.ChannelStatus.Define(this) in DefineRegisters() 643 ChannelStatus = 0x14, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | RenesasRZG_DMAC.cs | 218 registers.Add((long)Registers.ChannelStatus, statusRegister); in DefineRegisters() 507 ChannelStatus = 0x24, // CHSTAT_n/nS enumerator
|
| D | STM32WBA_GPDMA.cs | 203 …registersMap.Add((long)ChannelRegisters.ChannelStatus + (number * ShiftBetweenChannels), new Doubl… in Channel() 622 ChannelStatus = 0x60, enumerator
|