-
CONFIG_EVENT_MANAGER_MAX_EVENT_CNT
¶
Maximum number of profiled event types
Type: int
Direct dependencies¶
EVENT_MANAGER_PROFILER_ENABLED
&& EVENT_MANAGER
(Includes any dependencies from ifs and menus.)
Default¶
32
Kconfig definition¶
At <nRF>/subsys/event_manager/Kconfig:50
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:22
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Event Manager → Log events to Profiler
config EVENT_MANAGER_MAX_EVENT_CNT
int "Maximum number of profiled event types"
default 32
depends on EVENT_MANAGER_PROFILER_ENABLED && EVENT_MANAGER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)