Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs351 …public DMA_LD_ST_base(PL330_DMA parent, bool IsConditional, Channel.ChannelRequestType Transaction… in DMA_LD_ST_base() argument
354 this.isConditional = IsConditional; in DMA_LD_ST_base()
465 …public DMASTZ(PL330_DMA parent) : base(parent, IsConditional: false, TransactionType: Channel.Chan… in DMASTZ()