CONFIG_PM_DEEP_SLEEP_2_MIN_RES

DEEP_SLEEP_2 minimum residency

Type: int

Help

Minimum residency in ticks to enter DEEP_SLEEP_2 state.

Direct dependencies

PM_CONTROL_OS_DEEP_SLEEP_2 && SYS_POWER_DEEP_SLEEP && PM_CONTROL_OS

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

Kconfig definition

At subsys/power/Kconfig:79

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:38

Menu path: (top menu) → OS Power Management

config PM_DEEP_SLEEP_2_MIN_RES
    int
    prompt "DEEP_SLEEP_2 minimum residency" if PM_CONTROL_OS_DEEP_SLEEP_2 && SYS_POWER_DEEP_SLEEP && PM_CONTROL_OS
    default 120 if PM_CONTROL_OS_DEEP_SLEEP_2 && SYS_POWER_DEEP_SLEEP && PM_CONTROL_OS
    depends on PM_CONTROL_OS_DEEP_SLEEP_2 && SYS_POWER_DEEP_SLEEP && PM_CONTROL_OS
    help
      Minimum residency in ticks to enter DEEP_SLEEP_2 state.

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