]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/asf.h
3021332fa5b97d38f4f8669ddbf32fcf12011723
[freertos] / FreeRTOS / Demo / CORTEX_M4_ATSAM4S_Atmel_Studio / src / asf.h
1 /**
2  * \file
3  *
4  * \brief Autogenerated API include file for the Atmel Software Framework (ASF)
5  *
6  * Copyright (c) 2012 Atmel Corporation. All rights reserved.
7  *
8  * \asf_license_start
9  *
10  * Redistribution and use in source and binary forms, with or without
11  * modification, are permitted provided that the following conditions are met:
12  *
13  * 1. Redistributions of source code must retain the above copyright notice,
14  *    this list of conditions and the following disclaimer.
15  *
16  * 2. Redistributions in binary form must reproduce the above copyright notice,
17  *    this list of conditions and the following disclaimer in the documentation
18  *    and/or other materials provided with the distribution.
19  *
20  * 3. The name of Atmel may not be used to endorse or promote products derived
21  *    from this software without specific prior written permission.
22  *
23  * 4. This software may only be redistributed and used in connection with an
24  *    Atmel microcontroller product.
25  *
26  * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED
27  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
28  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE
29  * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR
30  * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
31  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
34  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
35  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36  * POSSIBILITY OF SUCH DAMAGE.
37  *
38  * \asf_license_stop
39  *
40  */
41
42 #ifndef ASF_H
43 #define ASF_H
44
45 /*
46  * This file includes all API header files for the selected drivers from ASF.
47  * Note: There might be duplicate includes required by more than one driver.
48  *
49  * The file is automatically generated and will be re-written when
50  * running the ASF driver selector tool. Any changes will be discarded.
51  */
52 \r
53 // From module: Common SAM compiler driver\r
54 #include <compiler.h>\r
55 #include <status_codes.h>\r
56 \r
57 // From module: GPIO - General purpose Input/Output\r
58 #include <gpio.h>\r
59 \r
60 // From module: Generic board support\r
61 #include <board.h>\r
62 \r
63 // From module: Interrupt management - SAM3 implementation\r
64 #include <interrupt.h>\r
65 \r
66 // From module: PIO - Parallel Input/Output Controller\r
67 #include <pio.h>\r
68 #include <pio_handler.h>\r
69 \r
70 // From module: PMC - Power Management Controller\r
71 #include <pmc.h>\r
72 #include <sleep.h>\r
73 \r
74 // From module: System Clock Control - SAM4S implementation\r
75 #include <sysclk.h>\r
76 \r
77 // From module: USART - Univ. Syn Async Rec/Trans\r
78 #include <usart.h>\r
79
80 #endif // ASF_H