CONFIG_PPI_TRACE

Enable PPI trace

Type: bool

Help

Enable PPI trace module which enables forwarding hardware events to
GPIOs.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <nRF>/subsys/debug/ppi_trace/Kconfig:7

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:7

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

menuconfig PPI_TRACE
    bool "Enable PPI trace"
    select NRFX_GPIOTE
    select NRFX_PPI if HAS_HW_NRF_PPI
    select NRFX_DPPI if HAS_HW_NRF_DPPIC
    help
      Enable PPI trace module which enables forwarding hardware events to
      GPIOs.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)