Enum stm32_hal2::gpio::Pull
source · #[repr(u8)]
pub enum Pull {
Floating,
Up,
Dn,
}
Expand description
Values for GPIOx_PUPDR
. Sets if the pin uses the internal pull-up or pull-down
#[repr(u8)]
pub enum Pull {
Floating,
Up,
Dn,
}
Values for GPIOx_PUPDR
. Sets if the pin uses the internal pull-up or pull-down