A simple library to access the DMA functionality.

Fork of SimpleDMA by Erik -

Revision:
3:34f5bf8adfa0
Parent:
0:d77ea45fa625
Child:
5:d9f46ef80e20
--- a/SimpleDMA_KL25.h	Sun Dec 22 21:42:49 2013 +0000
+++ b/SimpleDMA_KL25.h	Thu Dec 26 12:19:29 2013 +0000
@@ -1,5 +1,7 @@
 #ifdef TARGET_KL25Z
 
+#define DMA_CHANNELS        4
+
 enum SimpleDMA_Trigger {
     Trigger_ALWAYS = 60,
     Trigger_UART0_RX = 2,