MAX32655 Peripheral Driver API
Peripheral Driver API for the MAX32655
mxc.h
1 /*
2  *
3  ******************************************************************************
4  * Copyright (C) Maxim Integrated Products, Inc., All rights Reserved.
5  *
6  * This software is protected by copyright laws of the United States and
7  * of foreign countries. This material may also be protected by patent laws
8  * and technology transfer regulations of the United States and of foreign
9  * countries. This software is furnished under a license agreement and/or a
10  * nondisclosure agreement and may only be used or reproduced in accordance
11  * with the terms of those agreements. Dissemination of this information to
12  * any party or parties not specified in the license agreement and/or
13  * nondisclosure agreement is expressly prohibited.
14  *
15  * The above copyright notice and this permission notice shall be included
16  * in all copies or substantial portions of the Software.
17  *
18  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21  * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
22  * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24  * OTHER DEALINGS IN THE SOFTWARE.
25  *
26  * Except as contained in this notice, the name of Maxim Integrated
27  * Products, Inc. shall not be used except as stated in the Maxim Integrated
28  * Products, Inc. Branding Policy.
29  *
30  * The mere transfer of this software does not imply any licenses
31  * of trade secrets, proprietary technology, copyrights, patents,
32  * trademarks, maskwork rights, or any other form of intellectual
33  * property whatsoever. Maxim Integrated Products, Inc. retains all
34  * ownership rights.
35  ******************************************************************************
36 */
37 
38 #ifndef __MAX32xxx_H_
39 #define __MAX32xxx_H_
40 
41 //
42 #include "mxc_device.h"
43 
44 //
45 #include "mxc_delay.h"
46 #include "mxc_assert.h"
47 #include "mxc_errors.h"
48 #include "mxc_lock.h"
49 #include "mxc_pins.h"
50 #include "mxc_sys.h"
51 #include "nvic_table.h"
52 
53 //
54 #include "board.h"
55 #include "led.h"
56 #include "pb.h"
57 #include "tft.h"
58 #include "touchscreen.h"
59 
60 /*
61  * Peripheral Driver Includes
62  */
63 #include "adc.h"
64 #include "dma.h"
65 #include "flc.h"
66 #include "gpio.h"
67 #include "i2c.h"
68 #include "icc.h"
69 #include "lp.h"
70 #include "pt.h"
71 #include "rtc.h"
72 #include "spi.h"
73 #include "tmr.h"
74 #include "uart.h"
75 #include "wdt.h"
76 #include "wut.h"
77 
78 
79 #endif /* __MAX32xxx_H_ */