forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-05-24 1360095f8d64cf607d333d2fc7fd1dcd81d1bd7b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#ifndef    __INCLUDEALL_H__
#define __INCLUDEALL_H__
/* ================================================================================ */
/* ================             Peripheral include                 ================ */
/* ================================================================================ */
#include "fm33a0xxev_aes.h"
#include "fm33a0xxev_adc.h"
#include "fm33a0xxev_bstim.h"
#include "fm33a0xxev_comp.h"
#include "fm33a0xxev_rmu.h"
#include "fm33a0xxev_crc.h"
#include "fm33a0xxev_lcd.h"
#include "fm33a0xxev_dma.h"
#include "fm33a0xxev_gpio.h"
#include "fm33a0xxev_i2c.h"
#include "fm33a0xxev_iwdt.h"
#include "fm33a0xxev_lpuart.h"
#include "fm33a0xxev_flash.h"
#include "fm33a0xxev_pmu.h"
#include "fm33a0xxev_cmu.h"
#include "fm33a0xxev_rtc.h"
#include "fm33a0xxev_dbg.h"
#include "fm33a0xxev_spi.h"
#include "fm33a0xxev_rng.h"
#include "fm33a0xxev_u7816.h"
#include "fm33a0xxev_uart.h"
#include "fm33a0xxev_lptim.h"
#include "fm33a0xxev_wwdt.h"
#include "fm33a0xxev_svd.h"
#include "fm33a0xxev_pae.h"
#include "fm33a0xxev_hash.h"
#include "fm33a0xxev_qspi.h"
#include "fm33a0xxev_bt.h"
#include "fm33a0xxev_et.h"
#include "fm33a0xxev_vrtc.h"
#include "fm33a0xxev_cdif.h"
 
#endif