blob: 46e77ca0d3c197107e7107a3e14ccdd67116233f [file] [log] [blame]
Kévin Redon69b92d92019-01-24 16:39:20 +01001/**
2 * \file
3 *
4 * \brief SAM E54 HRI top-level header file
5 *
Kévin Redone108e612019-06-06 16:38:42 +02006 * Copyright (c) 2016-2019 Microchip Technology Inc. and its subsidiaries.
Kévin Redon69b92d92019-01-24 16:39:20 +01007 *
8 * \asf_license_start
9 *
10 * \page License
11 *
12 * Subject to your compliance with these terms, you may use Microchip
13 * software and any derivatives exclusively with Microchip products.
14 * It is your responsibility to comply with third party license terms applicable
15 * to your use of third party software (including open source software) that
16 * may accompany Microchip software.
17 *
18 * THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES,
19 * WHETHER EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE,
20 * INCLUDING ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY,
21 * AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL MICROCHIP BE
22 * LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE, INCIDENTAL OR CONSEQUENTIAL
23 * LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND WHATSOEVER RELATED TO THE
24 * SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP HAS BEEN ADVISED OF THE
25 * POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO THE FULLEST EXTENT
26 * ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL CLAIMS IN ANY WAY
27 * RELATED TO THIS SOFTWARE WILL NOT EXCEED THE AMOUNT OF FEES, IF ANY,
28 * THAT YOU HAVE PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE.
29 *
30 * \asf_license_stop
31 */
32
33#ifndef _HRI_E54_H_INCLUDED_
34#define _HRI_E54_H_INCLUDED_
35
36#include <sam.h>
37#include <hri_ac_e54.h>
38#include <hri_adc_e54.h>
39#include <hri_aes_e54.h>
40#include <hri_can_e54.h>
41#include <hri_ccl_e54.h>
42#include <hri_cmcc_e54.h>
43#include <hri_dac_e54.h>
44#include <hri_dmac_e54.h>
45#include <hri_dsu_e54.h>
46#include <hri_eic_e54.h>
47#include <hri_evsys_e54.h>
48#include <hri_freqm_e54.h>
49#include <hri_gclk_e54.h>
50#include <hri_gmac_e54.h>
51#include <hri_hmatrixb_e54.h>
52#include <hri_i2s_e54.h>
53#include <hri_icm_e54.h>
54#include <hri_mclk_e54.h>
Kévin Redon69b92d92019-01-24 16:39:20 +010055#include <hri_nvmctrl_e54.h>
56#include <hri_osc32kctrl_e54.h>
57#include <hri_oscctrl_e54.h>
58#include <hri_pac_e54.h>
59#include <hri_pcc_e54.h>
60#include <hri_pdec_e54.h>
61#include <hri_pm_e54.h>
62#include <hri_port_e54.h>
63#include <hri_qspi_e54.h>
64#include <hri_ramecc_e54.h>
65#include <hri_rstc_e54.h>
66#include <hri_rtc_e54.h>
67#include <hri_sdhc_e54.h>
68#include <hri_sercom_e54.h>
69#include <hri_supc_e54.h>
Kévin Redon69b92d92019-01-24 16:39:20 +010070#include <hri_tc_e54.h>
71#include <hri_tcc_e54.h>
72#include <hri_trng_e54.h>
73#include <hri_usb_e54.h>
74#include <hri_wdt_e54.h>
75
76#endif /* _HRI_E54_H_INCLUDED_ */