CONFIG_CAF_KEEP_ALIVE_EVENTS¶
Enable keep alive events
Type: bool
Help¶
This enables keep alive event.
This event is processed by power manager and reschedule power down timer.
It works only if power manager is in IDLE state.
It cannot wake up the device from any sleep states.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <nRF>/subsys/caf/events/Kconfig.keep_alive_event:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:54
→ <nRF>/subsys/Kconfig:44
→ <nRF>/subsys/caf/Kconfig:15
→ <nRF>/subsys/caf/events/Kconfig:147
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Event options
config CAF_KEEP_ALIVE_EVENTS
bool "Enable keep alive events"
depends on CAF
help
This enables keep alive event.
This event is processed by power manager and reschedule power down timer.
It works only if power manager is in IDLE state.
It cannot wake up the device from any sleep states.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)