CONFIG_PM_LPS_MIN_RES

LPS minimum residency

Type: int

Help

Minimum residency in ticks to enter LPS state.

Direct dependencies

PM_CONTROL_OS_LPS && SYS_POWER_LOW_POWER_STATE && PM_CONTROL_OS

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

Kconfig definition

At subsys/power/Kconfig:12

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

Menu path: (top menu) → OS Power Management

config PM_LPS_MIN_RES
    int
    prompt "LPS minimum residency" if PM_CONTROL_OS_LPS && SYS_POWER_LOW_POWER_STATE && PM_CONTROL_OS
    default 5 if PM_CONTROL_OS_LPS && SYS_POWER_LOW_POWER_STATE && PM_CONTROL_OS
    depends on PM_CONTROL_OS_LPS && SYS_POWER_LOW_POWER_STATE && PM_CONTROL_OS
    help
      Minimum residency in ticks to enter LPS state.

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