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