[−][src]Enum efm32pg12_pac::gpio::pd_modeh::MODE8_A
Pin 8 Mode
Value on reset: 0
Variants
0: Input disabled. Pullup if DOUT is set.
1: Input enabled. Filter if DOUT is set
2: Input enabled. DOUT determines pull direction
3: Input enabled with filter. DOUT determines pull direction
4: Push-pull output
5: Push-pull using alternate control
6: Wired-or output
7: Wired-or output with pull-down
8: Open-drain output
9: Open-drain output with filter
10: Open-drain output with pullup
11: Open-drain output with filter and pullup
12: Open-drain output using alternate control
13: Open-drain output using alternate control with filter
14: Open-drain output using alternate control with pullup
15: Open-drain output using alternate control with filter and pullup
Trait Implementations
impl From<MODE8_A> for u8
[src]
impl Debug for MODE8_A
[src]
impl PartialEq<MODE8_A> for MODE8_A
[src]
impl Copy for MODE8_A
[src]
impl StructuralPartialEq for MODE8_A
[src]
impl Clone for MODE8_A
[src]
fn clone(&self) -> MODE8_A
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self