CONFIG_MPSL_CX_THREAD_PIN_REQUEST¶
GPIO pin id used as coexistence Request signal
Type: int
Help¶
For port 0 simply use pin number. For port 1 add value 32 to pin number:
P0.04 is 4; P1.04 is 36.
Note: This configuration will be moved to device tree.
Default¶
13
Kconfig definition¶
At <nRF>/subsys/mpsl/cx/Kconfig:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:54
→ <nRF>/subsys/Kconfig:34
→ <nRF>/subsys/mpsl/Kconfig:9
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL → Radio Coexistence interface support [EXPERIMENTAL]
config MPSL_CX_THREAD_PIN_REQUEST
int "GPIO pin id used as coexistence Request signal"
default 13
depends on MPSL_CX_THREAD && MPSL_CX
help
For port 0 simply use pin number. For port 1 add value 32 to pin number:
P0.04 is 4; P1.04 is 36.
Note: This configuration will be moved to device tree.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)