Example #1
0
 public Channel(STM32LDMA parent, int channelNo)
 {
     this.parent            = parent;
     memoryTransferType     = TransferType.Byte;
     peripheralTransferType = TransferType.Byte;
     IRQ            = new GPIO();
     this.channelNo = channelNo;
 }
Example #2
0
 public Channel(STM32LDMA parent, int channelNo)
 {
     this.parent = parent;
     memoryTransferType = TransferType.Byte;
     peripheralTransferType = TransferType.Byte;
     IRQ = new GPIO();
     this.channelNo = channelNo;
 }