CONFIG_CPU_LOAD_TIMER_INSTANCE
(No prompt – not directly user assignable.)
Type: int
Defaults
0 if
CPU_LOAD_TIMER_0
1 if
CPU_LOAD_TIMER_1
2 if
CPU_LOAD_TIMER_2
3 if
CPU_LOAD_TIMER_3
4 if
CPU_LOAD_TIMER_4
Kconfig definition
At <nRF>/subsys/debug/cpu_load/Kconfig:92
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:34
→ <nRF>/subsys/debug/Kconfig:8
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Enable CPU load measurement
config CPU_LOAD_TIMER_INSTANCE
int
default 0 if CPU_LOAD_TIMER_0
default 1 if CPU_LOAD_TIMER_1
default 2 if CPU_LOAD_TIMER_2
default 3 if CPU_LOAD_TIMER_3
default 4 if CPU_LOAD_TIMER_4
depends on CPU_LOAD
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)