summaryrefslogtreecommitdiffstats
path: root/lib/reg.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-03-23 20:06:18 +0000
committerTomasz Kramkowski <tk@the-tk.com>2017-03-23 20:06:18 +0000
commitf45edd4bb3ee0d81a8faae98933566231b1566f4 (patch)
tree06ef59cc0cbd25ad9a91951f73cd9d68324c251f /lib/reg.h
parent1ec844ea39052ebe2d805a3c8a613373c527f68a (diff)
downloadfmk-f45edd4bb3ee0d81a8faae98933566231b1566f4.tar.gz
fmk-f45edd4bb3ee0d81a8faae98933566231b1566f4.tar.xz
fmk-f45edd4bb3ee0d81a8faae98933566231b1566f4.zip
move register definitions to separate repository
Diffstat (limited to 'lib/reg.h')
-rw-r--r--lib/reg.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/lib/reg.h b/lib/reg.h
deleted file mode 100644
index 8d316e0..0000000
--- a/lib/reg.h
+++ /dev/null
@@ -1,45 +0,0 @@
-#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 */