1 /******************************************************************************
2  * Copyright (c) 2022 Telink Semiconductor (Shanghai) Co., Ltd. ("TELINK")
3  * All rights reserved.
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *   http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *****************************************************************************/
18 
19 /********************************************************************************************************
20  * @file	driver_b91.h
21  *
22  * @brief	This is the header file for B91
23  *
24  * @author	Driver Group
25  *
26  *******************************************************************************************************/
27 #pragma once
28 
29 
30 
31 #include "audio.h"
32 #include "analog.h"
33 #include "dma.h"
34 #include "gpio.h"
35 #include "i2c.h"
36 #include "spi.h"
37 #include "pwm.h"
38 #include "pm.h"
39 #include "timer.h"
40 #include "flash.h"
41 #include "usbhw.h"
42 #include "watchdog.h"
43 #include "s7816.h"
44 #include "mdec.h"
45 
46 #include "trng.h"
47 #include "sys.h"
48 #include "pke.h"
49 #include "plic.h"
50 #include "uart.h"
51 #include "stimer.h"
52 #include "aes.h"
53 
54 #include "rf.h"
55 
56 #include "lpc.h"
57 #include "clock.h"
58 #include "emi.h"
59 
60 #include "mspi.h"
61 #include "adc.h"
62 #include "swire.h"
63