CONFIG_ESB_PPI_TX_START

PPI channel used to start the radio when the timer expires.

Type: int

Help

PPI channel used to start the radio when the timer expires. 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

  • 8

Kconfig definition

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

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_TX_START
    int "PPI channel used to start the radio when the timer expires."
    range 0 19
    default 8
    depends on ESB
    help
      PPI channel used to start the radio when the timer expires. 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.)