Skip to content

Commit dafac29

Browse files
umapraseedaSebastianBoe
authored andcommitted
doc improvement: add labels for sections in GNSS interface
Add labels for sections in GNSS interface documentation for linking purposes and a minor fix. Signed-off-by: Uma Praseeda <[email protected]>
1 parent d32edb9 commit dafac29

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

nrf_modem/doc/gnss_interface.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ Currently, the only supported start mode is optimized for multiple hot starts.
235235
This is enabled by default and does not need to be set using a function.
236236
However, whenever the :c:func:`nrf_modem_gnss_use_case_set` function is called, the bit :c:data:`NRF_MODEM_GNSS_USE_CASE_MULTIPLE_HOT_START` should be set.
237237

238+
.. _gnss_int_low_accuracy_mode:
239+
238240
Low accuracy mode
239241
-----------------
240242

@@ -246,10 +248,8 @@ In normal accuracy mode, four or more satellites are used.
246248
For a possible position fix using only three satellites, GNSS must have a reference altitude that has been updated in the last 24 hours.
247249
The reference altitude is obtained from one of the following sources:
248250

249-
* A GNSS fix using five or more satellites.
250-
In the subsequent time window following the fix using five satellites, any fix that uses five or more satellites results in the extension of the 24-hour time window.
251-
* A-GPS assistance data.
252-
The assistance data is injected to GNSS using the :c:type:`nrf_modem_gnss_agps_data_location` A-GPS data location struct, as shown in the example code below:
251+
* A GNSS fix using five or more satellites - In the subsequent time window following the fix using five satellites, any fix that uses five or more satellites results in the extension of the 24-hour time window.
252+
* A-GPS assistance data - The assistance data is injected to GNSS using the :c:type:`nrf_modem_gnss_agps_data_location` A-GPS data location struct, as shown in the example code below:
253253

254254
.. code-block:: c
255255
@@ -498,6 +498,8 @@ In cases where GNSS is not running continuously, it may be beneficial to change
498498

499499
1PPS is only supported by modem firmware v1.3.0 or later.
500500

501+
.. _gnss_int_agps_data:
502+
501503
A-GPS data
502504
**********
503505

0 commit comments

Comments
 (0)