CONFIG_ESB_PPI_TIMER_START

PPI channel used to start the sys timer.

Type: int

Help

PPI channel used to start the sys timer. Note that this value can not overlap with PPI channels used by other subsystems. Only change this if you have an understanding of the other nRF5 specific submodules your implementation is currently using.

Direct dependencies

ESB

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

At <nRF>/subsys/esb/Kconfig:46

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

Menu path: (Top) → Modules → Nordic nRF Connect → Enhanced ShockBurst → Hardware selection (alter with care)

config ESB_PPI_TIMER_START
    int "PPI channel used to start the sys timer."
    range 0 19
    default 5
    depends on ESB
    help
      PPI channel used to start the sys timer. Note that this value can not
      overlap with PPI channels used by other subsystems. Only change this
      if you have an understanding of the other nRF5 specific submodules
      your implementation is currently using.

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