You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constuint32_tUBLOX_CFG_PM_EXTINTWAKE=0x10d0000c; // EXTINT pin control (Wake). Enable to keep receiver awake as long as selected EXTINT pin is "high".
880
+
constuint32_tUBLOX_CFG_PM_EXTINTBACKUP=0x10d0000d; // EXTINT pin control (Backup). Enable to force receiver into BACKUP mode when selected EXTINT pin is "low".
881
+
constuint32_tUBLOX_CFG_PM_EXTINTINACTIVE=0x10d0000e; // EXTINT pin control (Inactive). Enable to force backup in case EXTINT Pin is inactive for time longer than CFG-PM-EXTINTINACTIVITY.
882
+
constuint32_tUBLOX_CFG_PM_EXTINTINACTIVITY=0x40d0000f; // Inactivity time out on EXTINT pin if enabled
883
+
884
+
//CFG-PMP: Point to multipoint (PMP) configuration (NEO-D9S)
constuint32_tUBLOX_CFG_PMP_CENTER_FREQUENCY=0x40b10011; // Center frequency. The center frequency for the receiver can be set from 1525000000 to 1559000000 Hz.
887
+
constuint32_tUBLOX_CFG_PMP_SEARCH_WINDOW=0x30b10012; // Search window. Search window can be set from 0 to 65535 Hz. It is +/- this value from the center frequency set by CENTER_FREQUENCY.
888
+
constuint32_tUBLOX_CFG_PMP_USE_SERVICE_ID=0x10b10016; // Use service ID. Enable/disable service ID check to confirm the correct service is received.
889
+
constuint32_tUBLOX_CFG_PMP_SERVICE_ID=0x30b10017; // Service identifier. Defines the expected service ID.
890
+
constuint32_tUBLOX_CFG_PMP_DATA_RATE=0x30b10013; // bps Data rate. The data rate of the received data.
891
+
constuint32_tUBLOX_CFG_PMP_USE_DESCRAMBLER=0x10b10014; // Use descrambler. Enables/disables the descrambler.
892
+
constuint32_tUBLOX_CFG_PMP_DESCRAMBLER_INIT=0x30b10015; // Descrambler initialization. Set the intialisation value for the descrambler.
893
+
constuint32_tUBLOX_CFG_PMP_USE_PRESCRAMBLING=0x10b10019; // Use prescrambling. Enables/disables the prescrambling.
894
+
constuint32_tUBLOX_CFG_PMP_UNIQUE_WORD=0x50b1001a; // Unique word. Defines value of unique word.
0 commit comments