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
Copy file name to clipboardExpand all lines: hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/LF_Clock_config.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,19 +46,19 @@ In order to override this configuration use targed_override section in configura
46
46
```
47
47
48
48
"lf_clock_rc_calib_timer_interval" - Calibration timer interval in 250 ms. It is equivalent to nrf_clock_lf_cfg_t::rc_ctiv.
49
-
This item generate macro MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL.
50
-
By default such configuration is sett to 16.
49
+
This item generates macro MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL.
50
+
By default, such configuration is set to 16.
51
51
52
52
"lf_clock_rc_calib_mode_config" - This value configures how often the RC oscillator will be calibrated, in number of calibration intervals.
53
53
It is equivalent to nrf_clock_lf_cfg_t::rc_temp_ctiv.
54
54
For further information, see the documentation for the [API of a SoftDevice 13x version 2.0.0](http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v2.0.0/structnrf__clock__lf__cfg__t.html)
55
-
This item generate macro MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG.
56
-
By default such configuration is sett to 1.
55
+
This item generates macro MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG.
56
+
By default, such configuration is set to 1.
57
57
58
-
2b. Advnced configuration of the LFCLK XTAL oscillator:
58
+
2b. Advanced configuration of the LFCLK XTAL oscillator:
59
59
60
60
Accuracy of the clock source can be set. In order to do so macro MBED_CONF_NORDIC_LF_CLOCK_XTAL_ACCURACY should been provided (e.g. in mbed_app.json).
61
-
By default such configuration is sett to NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM.
61
+
By default such configuration is set to NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM.
62
62
For further information, see the documentation for the [API of a SoftDevice 13x version 2.0.0](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v2.0.0%2Fgroup___n_r_f___s_d_m___d_e_f_i_n_e_s.html)
63
63
64
64
```json
@@ -78,7 +78,7 @@ For further information, see the documentation for the [API of a SoftDevice 13x
78
78
2c. Advance configuration of the LFCLK Synthesized from HFCLK:
79
79
80
80
Accuracy of the clock source can be set. In order to do so macro MBED_CONF_NORDIC_LF_CLOCK_SYNTH_ACCURACY should been provided (e.g. in mbed_app.json).
81
-
By default such configuration is sett to NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM.
81
+
By default, such configuration is set to NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM.
82
82
For further information, see the documentation for the [API of a SoftDevice 13x version 2.0.0](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v2.0.0%2Fgroup___n_r_f___s_d_m___d_e_f_i_n_e_s.html)
0 commit comments