CONFIG_SYS_PM_MIN_RESIDENCY_DEEP_SLEEP_3

Deep Sleep State 3 minimum residency

Type: int

Help

Minimum residency in milliseconds to enter SYS_POWER_STATE_DEEP_SLEEP_3 state.

Direct dependencies

HAS_SYS_POWER_STATE_DEEP_SLEEP_3 && SYS_PM_POLICY_RESIDENCY && SYS_POWER_MANAGEMENT

(Includes any dependencies from ifs and menus.)

Default

  • 120000

Kconfig definition

At <Zephyr>/subsys/power/policy/Kconfig:79

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:36<Zephyr>/subsys/power/Kconfig:75

Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power management

config SYS_PM_MIN_RESIDENCY_DEEP_SLEEP_3
    int "Deep Sleep State 3 minimum residency"
    default 120000
    depends on HAS_SYS_POWER_STATE_DEEP_SLEEP_3 && SYS_PM_POLICY_RESIDENCY && SYS_POWER_MANAGEMENT
    help
      Minimum residency in milliseconds to enter SYS_POWER_STATE_DEEP_SLEEP_3
      state.

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