예제 #1
0
 public Channel(STM32LDMA parent, int channelNo)
 {
     this.parent            = parent;
     memoryTransferType     = TransferType.Byte;
     peripheralTransferType = TransferType.Byte;
     IRQ            = new GPIO();
     this.channelNo = channelNo;
 }
예제 #2
0
파일: STM32LDMA.cs 프로젝트: rte-se/emul8
 public Channel(STM32LDMA parent, int channelNo)
 {
     this.parent = parent;
     memoryTransferType = TransferType.Byte;
     peripheralTransferType = TransferType.Byte;
     IRQ = new GPIO();
     this.channelNo = channelNo;
 }