CONFIG_PM_DEEP_SLEEP_MIN_RES

DEEP_SLEEP minimum residency

Type: int

Help

Minimum residency in ticks to enter DEEP_SLEEP state.

Direct dependencies

PM_CONTROL_OS_DEEP_SLEEP && SYS_POWER_DEEP_SLEEP && PM_CONTROL_OS

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

Kconfig definition

At subsys/power/Kconfig:53

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

Menu path: (top menu) → OS Power Management

config PM_DEEP_SLEEP_MIN_RES
    int
    prompt "DEEP_SLEEP minimum residency" if PM_CONTROL_OS_DEEP_SLEEP && SYS_POWER_DEEP_SLEEP && PM_CONTROL_OS
    default 60 if PM_CONTROL_OS_DEEP_SLEEP && SYS_POWER_DEEP_SLEEP && PM_CONTROL_OS
    depends on PM_CONTROL_OS_DEEP_SLEEP && SYS_POWER_DEEP_SLEEP && PM_CONTROL_OS
    help
      Minimum residency in ticks to enter DEEP_SLEEP state.

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