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 e3f4449 commit d21e1ebCopy full SHA for d21e1eb
src/usb_hs.rs
@@ -242,7 +242,9 @@ impl From<PC3<Alternate<AF10>>> for Usb1UlpiNxtPin {
242
}
243
244
impl USB1_ULPI {
245
- /// Automatically sets all upli pins to gpio speed VeryHigh
+ /// Automatically sets all upli pins to gpio speed VeryHigh.
246
+ /// If you wish to use another configuration,
247
+ /// please see [new_unchecked](USB1_ULPI::new_unchecked).
248
pub fn new(
249
usb_global: stm32::OTG1_HS_GLOBAL,
250
usb_device: stm32::OTG1_HS_DEVICE,
0 commit comments