-
CONFIG_PM_MIN_RESIDENCY_SLEEP_2
¶
Sleep State 2 minimum residency
Type: int
Help¶
Minimum residency in milliseconds to enter POWER_STATE_SLEEP_2 state.
Direct dependencies¶
(PM
&& BOARD_CC1352R1_LAUNCHXL
) || (PM
&& BOARD_CC1352R_SENSORTAG
) || (PM
&& BOARD_CC26X2R1_LAUNCHXL
) || (HAS_POWER_STATE_SLEEP_2
&& PM_POLICY_RESIDENCY
&& PM
)
(Includes any dependencies from ifs and menus.)
Defaults¶
5
5
5
10000
Kconfig definitions¶
At <Zephyr>/boards/arm/cc1352r1_launchxl/Kconfig.defconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config PM_MIN_RESIDENCY_SLEEP_2 int default 5 depends onPM
&&BOARD_CC1352R1_LAUNCHXL
At <Zephyr>/boards/arm/cc1352r_sensortag/Kconfig.defconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config PM_MIN_RESIDENCY_SLEEP_2 int default 5 depends onPM
&&BOARD_CC1352R_SENSORTAG
At <Zephyr>/boards/arm/cc26x2r1_launchxl/Kconfig.defconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config PM_MIN_RESIDENCY_SLEEP_2 int default 5 depends onPM
&&BOARD_CC26X2R1_LAUNCHXL
At <Zephyr>/subsys/power/policy/Kconfig:47
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/power/Kconfig:72
Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power management
config PM_MIN_RESIDENCY_SLEEP_2 int "Sleep State 2 minimum residency" default 10000 depends onHAS_POWER_STATE_SLEEP_2
&&PM_POLICY_RESIDENCY
&&PM
help Minimum residency in milliseconds to enter POWER_STATE_SLEEP_2 state.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)