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
* 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]>
Copy file name to clipboardExpand all lines: nrf_modem/doc/CHANGELOG.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ Core library
20
20
DECT NR+
21
21
========
22
22
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
+
23
31
* Added:
24
32
25
33
* The :c:func:`nrf_modem_dect_phy_test_rf_tx_cw_control` function to control continuous wave transmission for device certification purposes.
0 commit comments