Enum stm32f3xx_hal::gpio::Resistor [−][src]
pub enum Resistor {
Floating,
PullUp,
PullDown,
}Expand description
Internal pull-up and pull-down resistor configuration
Variants
Floating
Pulled up
Pulled down
pub enum Resistor {
Floating,
PullUp,
PullDown,
}Internal pull-up and pull-down resistor configuration
Floating
Pulled up
Pulled down