first commit
This commit is contained in:
25
application/samples/peripheral/adc/Kconfig
Executable file
25
application/samples/peripheral/adc/Kconfig
Executable file
@ -0,0 +1,25 @@
|
||||
#===============================================================================
|
||||
# @brief Kconfig file.
|
||||
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
|
||||
#===============================================================================
|
||||
config HADC_SELF_CALIBRATION
|
||||
bool
|
||||
prompt "HADC calibration, or use record code."
|
||||
default y
|
||||
depends on ADC_USING_V152
|
||||
|
||||
config HADC_SAMPLE
|
||||
bool
|
||||
prompt "Enable HADC sample."
|
||||
default y
|
||||
depends on ADC_USING_V152
|
||||
|
||||
config TIMING_SAMPLE
|
||||
bool
|
||||
prompt "Create timing sample irq."
|
||||
default n
|
||||
|
||||
config ADC_CHANNEL
|
||||
int
|
||||
prompt "Choose ADC channel."
|
||||
default 5
|
Reference in New Issue
Block a user