CONFIG_NRF_SW_LPUART_INIT_PRIORITY

Initialization priority

Type: int

Help

Initialization priority within POST_KERNEL level. It should be set to
a value that ensures that device is initialized later than gpio and
uart devices used by this device. Default is set to be between
default (KERNEL_INIT_PRIORITY_DEFAULT) and device
(KERNEL_INIT_PRIORITY_DEVICE).

Direct dependencies

NRF_SW_LPUART

(Includes any dependencies from ifs and menus.)

Default

  • 45

Kconfig definition

At <nRF>/drivers/serial/Kconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:57<nRF>/drivers/Kconfig:15

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Low Power UART using REQ/RDY lines

config NRF_SW_LPUART_INIT_PRIORITY
    int "Initialization priority"
    default 45
    depends on NRF_SW_LPUART
    help
      Initialization priority within POST_KERNEL level. It should be set to
      a value that ensures that device is initialized later than gpio and
      uart devices used by this device. Default is set to be between
      default (KERNEL_INIT_PRIORITY_DEFAULT) and device
      (KERNEL_INIT_PRIORITY_DEVICE).

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