CONFIG_MODEM_UBLOX_SARA_R4_NET_STATUS_PIN¶
Network status indication GPIO ID
Type: int
Help¶
This setting is used to configure one of the modem's GPIO pins
as a network status indication.  See the manual for the gpio ids
and how they map to pin numbers.
Direct dependencies¶
MODEM_UBLOX_SARA_R4_NET_STATUS && MODEM_UBLOX_SARA && MODEM
(Includes any dependencies from ifs and menus.)
Default¶
- 16 
Kconfig definition¶
At <Zephyr Driver>/modem/Kconfig.ublox-sara-r4:100
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:84 → <Zephyr Driver>/modem/Kconfig:141
Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver → Enable support for network status indication
config MODEM_UBLOX_SARA_R4_NET_STATUS_PIN
    int "Network status indication GPIO ID"
    default 16
    depends on MODEM_UBLOX_SARA_R4_NET_STATUS && MODEM_UBLOX_SARA && MODEM
    help
      This setting is used to configure one of the modem's GPIO pins
      as a network status indication.  See the manual for the gpio ids
      and how they map to pin numbers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)