File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
//! - **Alternate**: Pin mode required when the pin is driven by other peripherals
26
26
//! - **Dynamic**: Pin mode is selected at runtime. See changing configurations for more details
27
27
//! - Input
28
- //! - **PullUp**: Input connected to high with a weak pull up resistor. Will be high when nothing
28
+ //! - **PullUp**: Input connected to high with a weak pull- up resistor. Will be high when nothing
29
29
//! is connected
30
- //! - **PullDown**: Input connected to high with a weak pull up resistor. Will be low when nothing
30
+ //! - **PullDown**: Input connected to ground with a weak pull-down resistor. Will be low when nothing
31
31
//! is connected
32
32
//! - **Floating**: Input not pulled to high or low. Will be undefined when nothing is connected
33
33
//! - Output
34
34
//! - **PushPull**: Output which either drives the pin high or low
35
- //! - **OpenDrain**: Output which leaves the gate floating, or pulls it do ground in drain
35
+ //! - **OpenDrain**: Output which leaves the gate floating, or pulls it to ground in drain
36
36
//! mode. Can be used as an input in the `open` configuration
37
37
//! - **Debugger**: Some pins start out being used by the debugger. A pin in this mode can only be
38
38
//! used if the [JTAG peripheral has been turned off](#accessing-pa15-pb3-and-pb14).
You can’t perform that action at this time.
0 commit comments