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

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:30<nRF>/subsys/debug/Kconfig:7

Menu path: (Top) → Modules → Nordic nRF Connect

menuconfig PPI_TRACE
    bool "Enable PPI trace"
    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.)