The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SYS_PM_MIN_RESIDENCY_SLEEP_3

Sleep State 3 minimum residency

Type: int

Help

Minimum residency in milliseconds to enter SYS_POWER_STATE_SLEEP_3 state.

Direct dependencies

HAS_SYS_POWER_STATE_SLEEP_3 && SYS_PM_POLICY_RESIDENCY && SYS_POWER_MANAGEMENT

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/power/policy/Kconfig:43

Included via Kconfig:10Kconfig.zephyr:31kernel/Kconfig:760kernel/Kconfig.power_mgmt:44subsys/power/Kconfig:26

Menu path: (top menu) → General Kernel Options → System Power management

config SYS_PM_MIN_RESIDENCY_SLEEP_3
    int
    prompt "Sleep State 3 minimum residency" if HAS_SYS_POWER_STATE_SLEEP_3 && SYS_PM_POLICY_RESIDENCY && SYS_POWER_MANAGEMENT
    default 30000 if HAS_SYS_POWER_STATE_SLEEP_3 && SYS_PM_POLICY_RESIDENCY && SYS_POWER_MANAGEMENT
    depends on HAS_SYS_POWER_STATE_SLEEP_3 && SYS_PM_POLICY_RESIDENCY && SYS_POWER_MANAGEMENT
    help
      Minimum residency in milliseconds to enter SYS_POWER_STATE_SLEEP_3
      state.

(Definitions include propagated dependencies, including from if’s and menus.)