adc: add ADC target test for esp32c6

This commit is contained in:
laokaiyao
2022-12-23 11:56:34 +08:00
parent 5333ac81bf
commit ec812c1370
11 changed files with 44 additions and 28 deletions

View File

@@ -175,10 +175,6 @@ config SOC_ADC_ATTEN_NUM
int
default 4
config SOC_ADC_DIGI_SEGMENTED_THRESH
bool
default y
config SOC_ADC_DIGI_CONTROLLER_NUM
int
default 1

View File

@@ -85,7 +85,6 @@
#define SOC_ADC_ATTEN_NUM (4)
/*!< Digital */
#define SOC_ADC_DIGI_SEGMENTED_THRESH 1
#define SOC_ADC_DIGI_CONTROLLER_NUM (1U)
#define SOC_ADC_PATT_LEN_MAX (8) /*!< One pattern table, each contains 8 items. Each item takes 1 byte */
#define SOC_ADC_DIGI_MIN_BITWIDTH (12)