Struct daisy::pins::SDRAMPins

source ·
pub struct SDRAMPins {
Show 57 fields pub A0: PF0<Analog>, pub A1: PF1<Analog>, pub A2: PF2<Analog>, pub A3: PF3<Analog>, pub A4: PF4<Analog>, pub A5: PF5<Analog>, pub A6: PF12<Analog>, pub A7: PF13<Analog>, pub A8: PF14<Analog>, pub A9: PF15<Analog>, pub A10: PG0<Analog>, pub A11: PG1<Analog>, pub A12: PG2<Analog>, pub BA0: PG4<Analog>, pub BA1: PG5<Analog>, pub D0: PD14<Analog>, pub D1: PD15<Analog>, pub D2: PD0<Analog>, pub D3: PD1<Analog>, pub D4: PE7<Analog>, pub D5: PE8<Analog>, pub D6: PE9<Analog>, pub D7: PE10<Analog>, pub D8: PE11<Analog>, pub D9: PE12<Analog>, pub D10: PE13<Analog>, pub D11: PE14<Analog>, pub D12: PE15<Analog>, pub D13: PD8<Analog>, pub D14: PD9<Analog>, pub D15: PD10<Analog>, pub D16: PH8<Analog>, pub D17: PH9<Analog>, pub D18: PH10<Analog>, pub D19: PH11<Analog>, pub D20: PH12<Analog>, pub D21: PH13<Analog>, pub D22: PH14<Analog>, pub D23: PH15<Analog>, pub D24: PI0<Analog>, pub D25: PI1<Analog>, pub D26: PI2<Analog>, pub D27: PI3<Analog>, pub D28: PI6<Analog>, pub D29: PI7<Analog>, pub D30: PI9<Analog>, pub D31: PI10<Analog>, pub NBL0: PE0<Analog>, pub NBL1: PE1<Analog>, pub NBL2: PI4<Analog>, pub NBL3: PI5<Analog>, pub SDCKE0: PH2<Analog>, pub SDCLK: PG8<Analog>, pub SDNCAS: PG15<Analog>, pub SDNE0: PH3<Analog>, pub SDRAS: PF11<Analog>, pub SDNWE: PH5<Analog>,
}

Fields§

§A0: PF0<Analog>§A1: PF1<Analog>§A2: PF2<Analog>§A3: PF3<Analog>§A4: PF4<Analog>§A5: PF5<Analog>§A6: PF12<Analog>§A7: PF13<Analog>§A8: PF14<Analog>§A9: PF15<Analog>§A10: PG0<Analog>§A11: PG1<Analog>§A12: PG2<Analog>§BA0: PG4<Analog>§BA1: PG5<Analog>§D0: PD14<Analog>§D1: PD15<Analog>§D2: PD0<Analog>§D3: PD1<Analog>§D4: PE7<Analog>§D5: PE8<Analog>§D6: PE9<Analog>§D7: PE10<Analog>§D8: PE11<Analog>§D9: PE12<Analog>§D10: PE13<Analog>§D11: PE14<Analog>§D12: PE15<Analog>§D13: PD8<Analog>§D14: PD9<Analog>§D15: PD10<Analog>§D16: PH8<Analog>§D17: PH9<Analog>§D18: PH10<Analog>§D19: PH11<Analog>§D20: PH12<Analog>§D21: PH13<Analog>§D22: PH14<Analog>§D23: PH15<Analog>§D24: PI0<Analog>§D25: PI1<Analog>§D26: PI2<Analog>§D27: PI3<Analog>§D28: PI6<Analog>§D29: PI7<Analog>§D30: PI9<Analog>§D31: PI10<Analog>§NBL0: PE0<Analog>§NBL1: PE1<Analog>§NBL2: PI4<Analog>§NBL3: PI5<Analog>§SDCKE0: PH2<Analog>§SDCLK: PG8<Analog>§SDNCAS: PG15<Analog>§SDNE0: PH3<Analog>§SDRAS: PF11<Analog>§SDNWE: PH5<Analog>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.