-
CONFIG_ESB_PPI_TIMER_STOP
¶
PPI channel used to stop the sys timer.
Type: int
Help¶
PPI channel used to stop 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.
Default¶
6
Kconfig definition¶
At <nRF>/subsys/esb/Kconfig:56
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_STOP
int "PPI channel used to stop the sys timer."
range 0 19
default 6
depends on ESB
help
PPI channel used to stop 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.)