CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB_POUTB
TX gain value (POUTB)
Type: int
Help
The default value of 10 dB is based on nRF21540 Product Specification (v1.0) and it
corresponds to the configuration in which the pin MODE=1 and register POUTB_SEL=0.
Alternatively, if register POUTB_SEL=1, FEM will use TX gain value defined by the UICR.
In that case user must set value of this Kconfig option to match UICR content.
Direct dependencies
MPSL_FEM_NRF21540_GPIO
&& MPSL_FEM
&& (MPSL_FEM
|| MPSL_FEM_PIN_FORWARDER
)
(Includes any dependencies from ifs and menus.)
Default
10
Kconfig definition
At <nRF>/subsys/mpsl/fem/Kconfig:83
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_POUTB
int "TX gain value (POUTB)"
default 10
depends on MPSL_FEM_NRF21540_GPIO && MPSL_FEM && (MPSL_FEM || MPSL_FEM_PIN_FORWARDER)
help
The default value of 10 dB is based on nRF21540 Product Specification (v1.0) and it
corresponds to the configuration in which the pin MODE=1 and register POUTB_SEL=0.
Alternatively, if register POUTB_SEL=1, FEM will use TX gain value defined by the UICR.
In that case user must set value of this Kconfig option to match UICR content.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)