[][src]Struct teensy_lc::fgpio::fgpioc::PC28

pub struct PC28<MODE> { /* fields omitted */ }

Methods

impl<MODE> PC28<MODE>[src]

pub fn enable(&self)[src]

pub fn into_input(self) -> PC28<IN>[src]

pub fn into_output(self) -> PC28<OUT>[src]

impl PC28<OUT>[src]

pub fn toggle(&mut self)[src]

Trait Implementations

impl OutputPin for PC28<OUT>[src]

type Error = Void

Error type

impl InputPin for PC28<IN>[src]

type Error = Void

Error type

Auto Trait Implementations

impl<MODE> Unpin for PC28<MODE> where
    MODE: Unpin

impl<MODE> Send for PC28<MODE> where
    MODE: Send

impl<MODE> Sync for PC28<MODE> where
    MODE: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> OutputPin for T where
    T: OutputPin
[src]

type Error = ()

Error type

impl<T> InputPin for T where
    T: InputPin
[src]

type Error = ()

Error type

impl<T> Same<T> for T

type Output = T

Should always be Self