File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ impl CFGR {
425
425
/// - Maximal supported frequency with `HSE`: 72 Mhz
426
426
/// - Maximal supported frequency without `HSE`: 64 Mhz
427
427
///
428
- /// If [`CFGR::hse `] is not used, therefor `HSI / 2` is used.
428
+ /// If [`CFGR::use_hse `] is not set, `HSI / 2` will be used.
429
429
/// Only multiples of (HSI / 2) (4 Mhz) are allowed.
430
430
///
431
431
/// This is true for devices **except** the following devices,
@@ -818,7 +818,7 @@ impl Clocks {
818
818
/// Returns whether the USBCLK clock frequency is valid for the USB peripheral
819
819
///
820
820
/// If the microcontroller does support USB, 48 Mhz or 72 Mhz have to be used
821
- /// and the [`CFGR::hse `] must be used .
821
+ /// and the [`CFGR::use_hse `] must be set .
822
822
///
823
823
/// The APB1 / [`CFGR::pclk1`] clock must have a minimum frequency of 10 MHz to avoid data
824
824
/// overrun/underrun problems. [RM0316 32.5.2][RM0316]
You can’t perform that action at this time.
0 commit comments