summaryrefslogtreecommitdiffstats
path: root/reg.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-01-21 14:55:27 +0000
committerTomasz Kramkowski <tk@the-tk.com>2017-01-21 14:55:27 +0000
commit68c89856c1fc310ad0d75ae1df9d000704e87c8a (patch)
treeaa60906eb89e33f967d51fa304600f44dd684cdc /reg.h
downloadmk20dx256-68c89856c1fc310ad0d75ae1df9d000704e87c8a.tar.gz
mk20dx256-68c89856c1fc310ad0d75ae1df9d000704e87c8a.tar.xz
mk20dx256-68c89856c1fc310ad0d75ae1df9d000704e87c8a.zip
Init commit
Diffstat (limited to 'reg.h')
-rw-r--r--reg.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/reg.h b/reg.h
new file mode 100644
index 0000000..8d316e0
--- /dev/null
+++ b/reg.h
@@ -0,0 +1,45 @@
+#ifndef LIB_REG_H
+#define LIB_REG_H
+
+#include <reg/port.h>
+#include <reg/sim.h>
+//#include <reg/rcm.h>
+//#include <reg/smc.h>
+#include <reg/pmc.h>
+//#include <reg/llwu.h>
+//#include <reg/mcm.h>
+//#include <reg/axbs.h>
+//#include <reg/aips.h>
+//#include <reg/dmamux.h>
+//#include <reg/dma.h>
+//#include <reg/ewm.h>
+#include <reg/wdog.h>
+#include <reg/mcg.h>
+//#include <reg/osc.h>
+//#include <reg/rtc.h>
+//#include <reg/fmc.h>
+//#include <reg/ftfl.h>
+/*#include <reg/ezport.h>*/
+//#include <reg/crc.h>
+//#include <reg/adc.h>
+//#include <reg/cmp.h>
+//#include <reg/dac.h>
+//#include <reg/vref.h>
+//#include <reg/pdb.h>
+//#include <reg/ftm.h>
+#include <reg/pit.h>
+//#include <reg/lptmr.h>
+//#include <reg/cmt.h>
+//#include <reg/rtc.h>
+//#include <reg/usbotg.h>
+//#include <reg/usbdcd.h>
+//#include <reg/can.h>
+//#include <reg/spi.h>
+//#include <reg/i2c.h>
+#include <reg/uart.h>
+//#include <reg/i2s.h>
+#include <reg/gpio.h>
+//#include <reg/tsi.h>
+//#include <reg/jtagc.h>
+
+#endif /* LIB_REG_H */