CONFIG_AT_HOST_UART_INIT_TIMEOUT

Timeout waiting for a valid UART line on init (ms)

Type: int

Help

If the selected UART has error conditions during init caused by e. g. a floating RX line during boot, at_host will clear the errors and retry for this amount of time.

Direct dependencies

AT_HOST_LIBRARY

(Includes any dependencies from ifs and menus.)

Default

  • 500

Kconfig definition

At <nRF>/lib/at_host/Kconfig:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:19

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → AT Host Library for nrf91 → AT Host Library for nrf91

config AT_HOST_UART_INIT_TIMEOUT
    int "Timeout waiting for a valid UART line on init (ms)"
    default 500
    depends on AT_HOST_LIBRARY
    help
      If the selected UART has error conditions during init caused by
      e. g. a floating RX line during boot, at_host will clear the
      errors and retry for this amount of time.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)