The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BT_CTLR_PDN_GPIOTE_CHAN

(No prompt – not directly user assignable.)

Type: int

Help

Select the nRF5 GPIOTE channel to use for FEM PDN GPIO pin toggle.

Direct dependencies

SOC_FAMILY_NRF && BT_CTLR_FEM_NRF21540 && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig.ll_sw_split:790

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/bluetooth/Kconfig:175subsys/bluetooth/controller/Kconfig:659

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller

config BT_CTLR_PDN_GPIOTE_CHAN
    int
    default 4 if PWM_NRF5_SW
    default 1
    depends on SOC_FAMILY_NRF && BT_CTLR_FEM_NRF21540 && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT
    help
      Select the nRF5 GPIOTE channel to use for FEM PDN GPIO pin toggle.

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