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
Applied several formatting and style edits.
Checked documentation before NCS 1.7.0 release.
NCSDK-11020.
Signed-off-by: Grzegorz Ferenc <[email protected]>
Copy file name to clipboardExpand all lines: mpsl/doc/clock.rst
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,23 @@
1
1
.. _mpsl_clock:
2
2
3
3
MPSL Clock
4
-
**********
4
+
##########
5
5
6
-
The MPSL clock module provides access to the low-frequency clock (LFCLK) configuration and allows the application to request the crystal oscillator source of the high-frequency clock (HFCLK).
6
+
.. contents::
7
+
:local:
8
+
:depth: 2
7
9
8
-
Design description
9
-
==================
10
+
The MPSL clock module provides access to the low-frequency clock (LFCLK) configuration and allows the application to request the crystal oscillator source of the high-frequency clock (HFCLK).
10
11
11
-
See the following <Low-frequency clock (LFCLK)>_ and <High-frequency clock (HFCLK)>_ sections for a description of the design.
12
+
See the following `Low-frequency clock (LFCLK)`_ and `High-frequency clock (HFCLK)`_ sections for a description of the design.
12
13
13
14
Low-frequency clock (LFCLK)
14
-
---------------------------
15
+
***************************
15
16
16
-
MPSL can use one of the two available low-frequency clock (LFCLK) sources:
17
+
MPSL can use one of the following available low-frequency clock (LFCLK) sources:
17
18
18
-
* the 32.768 kHz internal RC oscillator (LFRC)
19
-
* the 32.768 kHz crystal oscillator (LFXO)
19
+
* 32.768 kHz internal RC oscillator (LFRC)
20
+
* 32.768 kHz crystal oscillator (LFXO)
20
21
21
22
When MPSL is enabled, the application must provide the selected LFCLK source, calibration configurations, and clock accuracy.
22
23
The selected accuracy is meant to be forwarded only to the protocol stacks.
@@ -35,7 +36,7 @@ As the MPSL clock module runs the calibration automatically, the application mus
35
36
It is recommended to use a temperature polling interval of 4 seconds, and to force the clock calibration every second interval (``.rc_ctiv=16``, ``.rc_temp_ctiv=2``).
36
37
37
38
High-frequency clock (HFCLK)
38
-
----------------------------
39
+
****************************
39
40
40
41
The high-frequency clock (HFCLK) controller supports the following HFCLK sources:
0 commit comments