CONFIG_SYS_PM_MIN_RESIDENCY_SLEEP_1

Sleep State 1 minimum residency

Type: int

Help

Minimum residency in milliseconds to enter SYS_POWER_STATE_SLEEP_1 state.

Defaults

  • 1

  • 1

  • 1

  • 1000

  • 1000

  • 5000

Kconfig definitions

At <Zephyr>/boards/arm/cc1352r1_launchxl/Kconfig.defconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config SYS_PM_MIN_RESIDENCY_SLEEP_1
    int
    default 1
    depends on SYS_POWER_MANAGEMENT && BOARD_CC1352R1_LAUNCHXL

At <Zephyr>/boards/arm/cc1352r_sensortag/Kconfig.defconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config SYS_PM_MIN_RESIDENCY_SLEEP_1
    int
    default 1
    depends on SYS_POWER_MANAGEMENT && BOARD_CC1352R_SENSORTAG

At <Zephyr>/boards/arm/cc26x2r1_launchxl/Kconfig.defconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config SYS_PM_MIN_RESIDENCY_SLEEP_1
    int
    default 1
    depends on SYS_POWER_MANAGEMENT && BOARD_CC26X2R1_LAUNCHXL

At <Zephyr>/boards/arm/mec1501modular_assy6885/Kconfig.defconfig:59

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config SYS_PM_MIN_RESIDENCY_SLEEP_1
    int
    default 1000
    depends on SYS_POWER_MANAGEMENT && BOARD_MEC1501MODULAR_ASSY6885

At <Zephyr>/boards/arm/mec15xxevb_assy6853/Kconfig.defconfig:76

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config SYS_PM_MIN_RESIDENCY_SLEEP_1
    int
    default 1000
    depends on SYS_POWER_MANAGEMENT && BOARD_MEC15XXEVB_ASSY6853

At <Zephyr>/subsys/power/policy/Kconfig:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:36<Zephyr>/subsys/power/Kconfig:75

Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power management

config SYS_PM_MIN_RESIDENCY_SLEEP_1
    int "Sleep State 1 minimum residency"
    default 5000
    depends on HAS_SYS_POWER_STATE_SLEEP_1 && SYS_PM_POLICY_RESIDENCY && SYS_POWER_MANAGEMENT
    help
      Minimum residency in milliseconds to enter SYS_POWER_STATE_SLEEP_1
      state.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)