输入捕获驱动补充 TIM12 定义

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2023-06-12 17:27:49 +08:00
parent c11eef0984
commit 383f0b8021
7 changed files with 156 additions and 77 deletions

View File

@@ -317,6 +317,24 @@ menu "On-chip Peripheral Drivers"
default n
endif
menuconfig BSP_USING_CAPTURE12
bool "Enable capture12"
default n
if BSP_USING_CAPTURE12
config BSP_USING_CAPTURE12_CH1
bool "Enable capture12 channel1"
default n
config BSP_USING_CAPTURE12_CH2
bool "Enable capture12 channel2"
default n
config BSP_USING_CAPTURE12_CH3
bool "Enable capture12 channel3"
default n
config BSP_USING_CAPTURE12_CH4
bool "Enable capture12 channel4"
default n
endif
endif
menuconfig BSP_USING_ADC