CONFIG_CAF_POWER_MANAGER_ERROR_TIMEOUT¶
Power manager timeout on error [s]
Type: int
Help¶
Time in seconds after which the device will be turned off after an error.
Default¶
30
Kconfig definition¶
At <nRF>/subsys/caf/modules/Kconfig.power_manager:34
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_ERROR_TIMEOUT
int "Power manager timeout on error [s]"
default 30
depends on CAF_POWER_MANAGER && CAF
help
Time in seconds after which the device will be turned off after an error.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)