ATY_LIB V2_102_230218
ATY_LIB for general devices or ALGO
 
Loading...
Searching...
No Matches
fw_hal.h
Go to the documentation of this file.
1// Copyright 2021 IOsetting <iosetting(at)outlook.com>
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15#ifndef ___FW_INC_H___
16#define ___FW_INC_H___
17
18#include "fw_conf.h"
19#include "fw_sys.h"
20#include "fw_rcc.h"
21#include "fw_mem.h"
22#include "fw_exti.h"
23#include "fw_gpio.h"
24#include "fw_tim.h"
25#include "fw_uart.h"
26#include "fw_adc.h"
27#include "fw_i2c.h"
28#include "fw_spi.h"
29#include "fw_iap.h"
30#include "fw_util.h"
31#include "fw_wdt.h"
32
33#if (__CONF_MCU_TYPE == 2 )
34#include "fw_pca.h"
35#endif
36#if (__CONF_MCU_TYPE == 3 )
37#include "fw_pwm.h"
38#include "fw_rtc.h"
39#include "fw_dma.h"
40#include "fw_usb.h"
41#endif
42
43#endif