mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 01:28:54 +00:00
15 lines
296 B
Plaintext
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
|