:orphan: .. title:: CONFIG_KW41_DBG_TRACE .. kconfig:: CONFIG_KW41_DBG_TRACE CONFIG_KW41_DBG_TRACE ##################### *Enabled simplified debug tracing of events* Type: ``bool`` Help ==== .. code-block:: none The value depends on your debugging needs. This generates an encoded trace of events without going to debug logging to avoid timing impact on running code. The buffer is post analyzed via the debugger. Direct dependencies =================== \ :kconfig:`IEEE802154_KW41Z ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ieee802154/Kconfig.kw41z:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:64`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → NXP KW41Z Driver support .. code-block:: kconfig config KW41_DBG_TRACE bool "Enabled simplified debug tracing of events" depends on IEEE802154_KW41Z && IEEE802154 help The value depends on your debugging needs. This generates an encoded trace of events without going to debug logging to avoid timing impact on running code. The buffer is post analyzed via the debugger. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*