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 1335eeb commit 2a76d46Copy full SHA for 2a76d46
src/gpio.rs
@@ -13,7 +13,7 @@
13
//! The resulting [Parts](gpioa/struct.Parts.html) struct contains one field for each
14
//! pin, as well as some shared registers.
15
//!
16
-//! To use a pin, first use the relevant `into_...` function in the [pin](gpioa/struct.PA0.html).
+//! To use a pin, first use the relevant `into_...` method of the [pin](gpioa/struct.PA0.html).
17
18
//! ```rust
19
//! let pa0 = gpioa.pa0.into_push_pull_output(&mut gpioa.moder, &mut gpioa.otyper);
0 commit comments