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