CONFIG_CAF_POWER_MANAGER_TIMEOUT

Power down timeout [s]

Type: int

Help

Time in seconds after which the device will enter low-power mode.

Direct dependencies

CAF_POWER_MANAGER && CAF

(Includes any dependencies from ifs and menus.)

Default

  • 120

Kconfig definition

At <nRF>/subsys/caf/modules/Kconfig.power_manager:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:44<nRF>/subsys/caf/Kconfig:16<nRF>/subsys/caf/modules/Kconfig:16

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Power manager → Enable power management

config CAF_POWER_MANAGER_TIMEOUT
    int "Power down timeout [s]"
    default 120
    depends on CAF_POWER_MANAGER && CAF
    help
      Time in seconds after which the device will enter low-power mode.

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