Beispiel #1
0
 public Stream(STM32DMA parent, int streamNo)
 {
     this.parent = parent;
     this.streamNo = streamNo;
     IRQ = new GPIO();
 }
Beispiel #2
0
 public Stream(STM32DMA parent, int streamNo)
 {
     this.parent   = parent;
     this.streamNo = streamNo;
     IRQ           = new GPIO();
 }