CONFIG_ADC_DW_SERIAL_DELAY

Serial Delay

Type: int

Help

Number of ADC clock ticks that the first bit of the serial output is delayed after the conversion has started.

Direct dependencies

ADC_DW && ADC

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/adc/Kconfig.dw:57

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:48drivers/adc/Kconfig:87

Menu path: (top menu) → Device Drivers → ADC drivers → ARC Designware Driver

config ADC_DW_SERIAL_DELAY
    int
    prompt "Serial Delay" if ADC_DW && ADC
    default 1 if ADC_DW && ADC
    depends on ADC_DW && ADC
    help
      Number of ADC clock ticks that the first bit of
      the serial output is delayed after the conversion
      has started.

(Definitions include propagated dependencies, including from if’s and menus.)