CONFIG_PM_LPS_1_MIN_RES

LPS_1 minimum residency

Type: int

Help

Minimum residency in ticks to enter LPS_1 state.

Direct dependencies

PM_CONTROL_OS_LPS_1 && SYS_POWER_LOW_POWER_STATE && PM_CONTROL_OS

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

Kconfig definition

At subsys/power/Kconfig:25

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

Menu path: (top menu) → OS Power Management

config PM_LPS_1_MIN_RES
    int
    prompt "LPS_1 minimum residency" if PM_CONTROL_OS_LPS_1 && SYS_POWER_LOW_POWER_STATE && PM_CONTROL_OS
    default 10 if PM_CONTROL_OS_LPS_1 && SYS_POWER_LOW_POWER_STATE && PM_CONTROL_OS
    depends on PM_CONTROL_OS_LPS_1 && SYS_POWER_LOW_POWER_STATE && PM_CONTROL_OS
    help
      Minimum residency in ticks to enter LPS_1 state.

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