예제 #1
0
파일: STM32DMA.cs 프로젝트: rte-se/emul8
 public Stream(STM32DMA parent, int streamNo)
 {
     this.parent = parent;
     this.streamNo = streamNo;
     IRQ = new GPIO();
 }
예제 #2
0
 public Stream(STM32DMA parent, int streamNo)
 {
     this.parent   = parent;
     this.streamNo = streamNo;
     IRQ           = new GPIO();
 }