HPM SDK
HPMicro Software Development Kit
hpm_soc.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2021-2025 HPMicro
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 
9 #ifndef HPM_SOC_H
10 #define HPM_SOC_H
11 
12 
13 #include "hpm_soc_ip.h"
14 #include "hpm_soc_irq.h"
15 #include "hpm_soc_ip_feature.h"
16 #include "hpm_soc_feature.h"
17 
18 #include "riscv/riscv_core.h"
19 #include "hpm_csr_regs.h"
20 #include "hpm_interrupt.h"
21 #include "hpm_misc.h"
22 #include "hpm_otp_table.h"
23 #include "hpm_dmamux_src.h"
24 #include "hpm_trgmmux_src.h"
25 #include "hpm_iomux.h"
26 
27 #endif /* HPM_SOC_H */