Searched refs:activeChannelInterrupts (Results 1 – 1 of 1) sorted by relevance
55 return activeChannelInterrupts; in ReadDoubleWord()95 activeChannelInterrupts = 0; in Reset()137 if((parent.activeChannelInterrupts & (1 << channelNumber)) != 0) in Read()160 parent.activeChannelInterrupts &= (ushort)~(1 << channelNumber); in Write()232 parent.activeChannelInterrupts |= (ushort)(1 << channelNumber); in HandleControlWrite()265 private ushort activeChannelInterrupts; field in Antmicro.Renode.Peripherals.DMA.TegraDma