CONFIG_MPSL_CX_THREAD_PIN_GRANT

GPIO pin id used as coexistence Grant 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.

Direct dependencies

MPSL_CX_THREAD && MPSL_CX

(Includes any dependencies from ifs and menus.)

Default

  • 12

Kconfig definition

At <nRF>/subsys/mpsl/cx/Kconfig:54

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_GRANT
    int "GPIO pin id used as coexistence Grant signal"
    default 12
    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.)