-
CONFIG_MAX_NUMBER_OF_CUSTOM_EVENTS
¶
Maximum number of stored custom event types
Type: int
Default¶
32
Kconfig definition¶
At <nRF>/subsys/profiler/Kconfig:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:24
Menu path: (Top) → Modules → Nordic nRF Connect → System profiler
config MAX_NUMBER_OF_CUSTOM_EVENTS
int "Maximum number of stored custom event types"
range 0 32
default 32
depends on PROFILER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)