Skip to content

Commit 038ef77

Browse files
nordic-hanirlubos
authored andcommitted
nrf_modem: update changelog and documentation
* Update changelog to include the latest additions, including DECT clock synchronization. * Added entry for clock sync in the api.rst file. * Corrected mismatch in function param names in the nrf_modem_dect_clock_sync header. Signed-off-by: Håvard Vermeer <[email protected]>
1 parent d02b778 commit 038ef77

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

nrf_modem/doc/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Core library
2020
DECT NR+
2121
========
2222

23+
* Added the DECT clock synchronization API for precise timing with external 1 PPS signals. See the :ref:`nrf_modem_dect_clock_sync` for more information.
24+
25+
* The :c:func:`nrf_modem_dect_clock_sync_enable` and :c:func:`nrf_modem_dect_clock_sync_disable` functions to control external clock synchronization.
26+
* The :c:func:`nrf_modem_dect_clock_sync_get_pulse_info` function to query synchronization pulse timing.
27+
* The :c:func:`nrf_modem_dect_clock_sync_get_state` function to retrieve synchronization status and accuracy.
28+
* The :c:func:`nrf_modem_dect_clock_sync_enable_ref_output` and :c:func:`nrf_modem_dect_clock_sync_disable_ref_output` functions to control reference signal output on the **COEX1** pin.
29+
* The :c:func:`nrf_modem_dect_clock_sync_event_handler_set` function to set the event handler for asynchronous operations.
30+
2331
* Added:
2432

2533
* The :c:func:`nrf_modem_dect_phy_test_rf_tx_cw_control` function to control continuous wave transmission for device certification purposes.

nrf_modem/doc/api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,13 @@ DECT NR+ PHY API
172172

173173
.. doxygengroup:: nrf_modem_dect_phy
174174

175+
.. _nrf_modem_dect_clock_sync:
176+
177+
DECT clock sync API
178+
===================
179+
180+
.. doxygengroup:: nrf_modem_dect_clock_sync
181+
175182
.. _nrf_modem_gnss_api:
176183

177184
GNSS API

nrf_modem/include/nrf_modem_dect_clock_sync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ int nrf_modem_dect_clock_sync_disable(void);
298298
* Completion of this operation is indicated by the
299299
* @ref NRF_MODEM_DECT_CLOCK_SYNC_EVT_PULSE_INFO event.
300300
*
301-
* @param pulse_direction Direction of the pulse to query information about.
301+
* @param direction Direction of the pulse to query information about.
302302
*
303303
* @retval 0 Request was sent to modem.
304304
* @retval -NRF_EPERM The Modem library is not initialized.

0 commit comments

Comments
 (0)