1 /*******************************************************************************
2 * File Name: cyhal_drivers.h
3 *
4 * Description:
5 * Implementation specific HAL header file that pulls in all driver files that are
6 * applicable for this implementation.
7 *
8 ********************************************************************************
9 * \copyright
10 * Copyright 2018-2022 Cypress Semiconductor Corporation (an Infineon company) or
11 * an affiliate of Cypress Semiconductor Corporation
12 *
13 * SPDX-License-Identifier: Apache-2.0
14 *
15 * Licensed under the Apache License, Version 2.0 (the "License");
16 * you may not use this file except in compliance with the License.
17 * You may obtain a copy of the License at
18 *
19 *     http://www.apache.org/licenses/LICENSE-2.0
20 *
21 * Unless required by applicable law or agreed to in writing, software
22 * distributed under the License is distributed on an "AS IS" BASIS,
23 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 * See the License for the specific language governing permissions and
25 * limitations under the License.
26 *******************************************************************************/
27 
28 #pragma once
29 
30 #include "cyhal_adc.h"
31 #include "cyhal_clock.h"
32 #include "cyhal_comp.h"
33 #include "cyhal_crc.h"
34 #include "cyhal_dac.h"
35 #include "cyhal_dma.h"
36 #include "cyhal_ezi2c.h"
37 #include "cyhal_flash.h"
38 #include "cyhal_gpio.h"
39 #include "cyhal_hwmgr.h"
40 #include "cyhal_i2c.h"
41 #include "cyhal_i2s.h"
42 #include "cyhal_ipc.h"
43 #include "cyhal_interconnect.h"
44 #include "cyhal_keyscan.h"
45 #include "cyhal_lptimer.h"
46 #include "cyhal_nvm.h"
47 #include "cyhal_opamp.h"
48 #include "cyhal_pdmpcm.h"
49 #include "cyhal_pwm.h"
50 #include "cyhal_qspi.h"
51 #include "cyhal_quaddec.h"
52 #include "cyhal_rtc.h"
53 #include "cyhal_sdhc.h"
54 #include "cyhal_sdio.h"
55 #include "cyhal_spi.h"
56 #include "cyhal_syspm.h"
57 #include "cyhal_system.h"
58 #include "cyhal_tdm.h"
59 #include "cyhal_timer.h"
60 #include "cyhal_trng.h"
61 #include "cyhal_uart.h"
62 #include "cyhal_usb_dev.h"
63 #include "cyhal_wdt.h"
64