Enum microbit::hal::gpio::OpenDrainConfig [−][src]
pub enum OpenDrainConfig {
Disconnect0Standard1,
Disconnect0HighDrive1,
Standard0Disconnect1,
HighDrive0Disconnect1,
}
Expand description
Pin configuration for open-drain mode.
Variants
Auto Trait Implementations
impl RefUnwindSafe for OpenDrainConfig
impl Send for OpenDrainConfig
impl Sync for OpenDrainConfig
impl Unpin for OpenDrainConfig
impl UnwindSafe for OpenDrainConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Performs the conversion.
Performs the conversion.
Casts the value.
Casts the value.
Casts the value.
Casts the value.