HPM SDK
HPMicro Software Development Kit
hpm_soc_ip_feature.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 #ifndef HPM_SOC_IP_FEATURE_H
8 #define HPM_SOC_IP_FEATURE_H
9 
10 /* PLIC related feature */
11 #define HPM_IP_FEATURE_PLIC_HIGHEST_PRIORITY 7
12 
13 /* ADC16 related feature */
14 #define HPM_IP_FEATURE_ADC16_HAS_TEMPSNS 1
15 #define HPM_IP_FEATURE_ADC16_DIV2_WHEN_CFG_ANA_REG 1
16 #define HPM_IP_FEATURE_ADC16_NO_PREEMPT_TRIG_EN 1
17 
18 #endif /* HPM_SOC_IP_FEATURE_H */