Enum stm32_hal2::gpio::OutputType
source · #[repr(u8)]
pub enum OutputType {
PushPull,
OpenDrain,
}
Expand description
Values for GPIOx_OTYPER
.
Variants§
Trait Implementations§
source§impl Clone for OutputType
impl Clone for OutputType
source§fn clone(&self) -> OutputType
fn clone(&self) -> OutputType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more