Struct sam4e_xplained_pro::Pins[][src]

pub struct Pins {
    pub led0: Pd22<Output<OpenDrain>>,
    pub sw0: Pa2<Input<PullUp>>,
    pub uart0_rx: Pa9<PfA>,
    pub uart0_tx: Pa10<PfA>,
    pub ncs1: Pd18<PfA>,
    pub ncs3: Pd19<PfA>,
    pub nrd: Pc11<PfA>,
    pub nwe: Pc8<PfA>,
    pub d0: Pc0<PfA>,
    pub d1: Pc1<PfA>,
    pub d2: Pc2<PfA>,
    pub d3: Pc3<PfA>,
    pub d4: Pc4<PfA>,
    pub d5: Pc5<PfA>,
    pub d6: Pc6<PfA>,
    pub d7: Pc7<PfA>,
    pub a0: Pc18<PfA>,
    pub a1: Pc19<PfA>,
    pub a2: Pc20<PfA>,
    pub a3: Pc21<PfA>,
    pub a4: Pc22<PfA>,
    pub a5: Pc23<PfA>,
    pub a6: Pc24<PfA>,
    pub a7: Pc25<PfA>,
    pub a8: Pc26<PfA>,
    pub a9: Pc27<PfA>,
    pub a10: Pc28<PfA>,
    pub a11: Pc29<PfA>,
    pub a12: Pc30<PfA>,
    pub a13: Pc31<PfA>,
    pub a14: Pa18<PfC>,
    pub a15: Pa19<PfC>,
    pub a16: Pa20<PfC>,
    pub a17: Pa0<PfC>,
    pub a18: Pa1<PfC>,
    pub a19: Pa23<PfC>,
    pub a20: Pa24<PfC>,
    pub a21: Pc16<PfA>,
    pub a22: Pc17<PfA>,
    pub a23: Pa25<PfC>,
}

Fields

led0: Pd22<Output<OpenDrain>>sw0: Pa2<Input<PullUp>>uart0_rx: Pa9<PfA>uart0_tx: Pa10<PfA>ncs1: Pd18<PfA>ncs3: Pd19<PfA>nrd: Pc11<PfA>nwe: Pc8<PfA>d0: Pc0<PfA>d1: Pc1<PfA>d2: Pc2<PfA>d3: Pc3<PfA>d4: Pc4<PfA>d5: Pc5<PfA>d6: Pc6<PfA>d7: Pc7<PfA>a0: Pc18<PfA>a1: Pc19<PfA>a2: Pc20<PfA>a3: Pc21<PfA>a4: Pc22<PfA>a5: Pc23<PfA>a6: Pc24<PfA>a7: Pc25<PfA>a8: Pc26<PfA>a9: Pc27<PfA>a10: Pc28<PfA>a11: Pc29<PfA>a12: Pc30<PfA>a13: Pc31<PfA>a14: Pa18<PfC>a15: Pa19<PfC>a16: Pa20<PfC>a17: Pa0<PfC>a18: Pa1<PfC>a19: Pa23<PfC>a20: Pa24<PfC>a21: Pc16<PfA>a22: Pc17<PfA>a23: Pa25<PfC>

Implementations

impl Pins[src]

pub fn new(ports: Ports) -> Self[src]

Auto Trait Implementations

impl Send for Pins

impl Sync for Pins

impl Unpin for Pins

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.