Skip to content

Commit 849e644

Browse files
committed
typos
1 parent 412d0fe commit 849e644

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/LF_Clock_config.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ In order to override this configuration use targed_override section in configura
4646
```
4747

4848
"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.
5151

5252
"lf_clock_rc_calib_mode_config" - This value configures how often the RC oscillator will be calibrated, in number of calibration intervals.
5353
It is equivalent to nrf_clock_lf_cfg_t::rc_temp_ctiv.
5454
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.
5757

58-
2b. Advnced configuration of the LFCLK XTAL oscillator:
58+
2b. Advanced configuration of the LFCLK XTAL oscillator:
5959

6060
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.
6262
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)
6363

6464
```json
@@ -78,7 +78,7 @@ For further information, see the documentation for the [API of a SoftDevice 13x
7878
2c. Advance configuration of the LFCLK Synthesized from HFCLK:
7979

8080
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.
8282
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)
8383

8484
```json

0 commit comments

Comments
 (0)