CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB

TX gain of the nRF21540 PA amplifier in dB

Type: int

Help

With the GPIO implementation, the Kconfig can be set either to TX gain of POUTA
or TX gain of POUTB. Using an unsupported value results in build assertion.

Direct dependencies

MPSL_FEM_NRF21540_GPIO && MPSL_FEM && (MPSL_FEM || MPSL_FEM_PIN_FORWARDER)

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/subsys/mpsl/fem/Kconfig:66

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:38<nRF>/subsys/mpsl/Kconfig:10

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL

config MPSL_FEM_NRF21540_TX_GAIN_DB
    int "TX gain of the nRF21540 PA amplifier in dB"
    default MPSL_FEM_NRF21540_TX_GAIN_DB_POUTB
    depends on MPSL_FEM_NRF21540_GPIO && MPSL_FEM && (MPSL_FEM || MPSL_FEM_PIN_FORWARDER)
    help
      With the GPIO implementation, the Kconfig can be set either to TX gain of POUTA
      or TX gain of POUTB. Using an unsupported value results in build assertion.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)