Files
luban-lite/bsp/artinchip/drv/psadc/Kconfig.dev
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

15 lines
296 B
Plaintext

config AIC_PSADC_DRV_POLL
default n
bool "Enable poll mode"
choice
prompt "Select trigger source"
default AIC_PSADC_TRIG_BY_SOFT
config AIC_PSADC_TRIG_BY_SOFT
bool "Trigger by software"
config AIC_PSADC_TRIG_BY_EPWM
bool "Trigger by EPWM"
endchoice