-
CONFIG_NRF9160_GPS_MAGPIO_STRING
¶
MAGPIO string
Type: string
Direct dependencies¶
NRF9160_GPS_SET_MAGPIO
&& NRF9160_GPS_HANDLE_MODEM_CONFIGURATION
&& NRF9160_GPS
(Includes any dependencies from ifs and menus.)
Defaults¶
“AT%XMAGPIO=1,0,0,1,1,1565,1586” if
BOARD_NRF9160DK_NRF9160NS
“AT%XMAGPIO=1,1,1,7,1,746,803,2,698,748,2,1710,2200,3,824,894,4,880,960,5,791,849,7,1565,1586” if
BOARD_THINGY91_NRF9160NS
Kconfig definition¶
At <nRF>/drivers/gps/nrf9160_gps/Kconfig:79
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:28
→ <nRF>/drivers/Kconfig:14
→ <nRF>/drivers/gps/Kconfig:11
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → GPS Drivers → nRF9160 GPS driver [experimental] → Let the driver set MAGPIO configuration
config NRF9160_GPS_MAGPIO_STRING string "MAGPIO string" default "AT%XMAGPIO=1,0,0,1,1,1565,1586" ifBOARD_NRF9160DK_NRF9160NS
default "AT%XMAGPIO=1,1,1,7,1,746,803,2,698,748,2,1710,2200,3,824,894,4,880,960,5,791,849,7,1565,1586" ifBOARD_THINGY91_NRF9160NS
depends onNRF9160_GPS_SET_MAGPIO
&&NRF9160_GPS_HANDLE_MODEM_CONFIGURATION
&&NRF9160_GPS
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)