We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e08f0e commit 321b3dcCopy full SHA for 321b3dc
src/rcc.rs
@@ -407,6 +407,7 @@ impl CFGR {
407
}
408
409
/// Sets the PLLI2SN multiplication factor for PLLI2S.
410
+ ///
411
/// # Panics
412
///
413
/// Panics if the multiplication factor isn't between 50 and 432.
@@ -417,6 +418,7 @@ impl CFGR {
417
418
419
420
/// Sets the PLLI2SQ division factor for PLLI2S.
421
422
423
424
/// Panics if the division factor isn't between 2 and 15.
@@ -427,6 +429,7 @@ impl CFGR {
427
429
428
430
431
/// Sets the PLLI2SR division factor for PLLI2S.
432
433
434
435
/// Panics if the division factor isn't between 2 and 7.
0 commit comments