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:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:54
→ <nRF>/subsys/Kconfig:24
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)