:orphan: .. title:: CONFIG_MPSL_CX_THREAD_PIN_GRANT .. kconfig:: CONFIG_MPSL_CX_THREAD_PIN_GRANT CONFIG_MPSL_CX_THREAD_PIN_GRANT ############################### *GPIO pin id used as coexistence Grant signal* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`MPSL_CX_THREAD ` && \ :kconfig:`MPSL_CX ` *(Includes any dependencies from ifs and menus.)* Default ======= - 12 Kconfig definition ================== At ``/subsys/mpsl/cx/Kconfig:54`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:34`` → ``/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] .. code-block:: kconfig 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.)*