summaryrefslogtreecommitdiffstats
path: root/lib/reg.h
blob: 1a107923e3ab24bc55a286c0e614ded39a5465a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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 */