CONFIG_BT_CTLR_CSN_GPIOTE_CHAN

(No prompt – not directly user assignable.)

Type: int

Help

Select the nRF5 GPIOTE channel to use for FEM CSN 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 <Zephyr>/subsys/bluetooth/controller/Kconfig.ll_sw_split:788

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:324<Zephyr>/subsys/bluetooth/controller/Kconfig:644

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

config BT_CTLR_CSN_GPIOTE_CHAN
    int
    default 5 if PWM_NRF5_SW
    default 2
    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 CSN GPIO pin toggle.

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