Struct RxSixteenBits

Source
pub struct RxSixteenBits<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15> { /* private fields */ }
Expand description

Data pin configuration for 16 bit input mode

Implementations§

Source§

impl<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15> RxSixteenBits<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15>
where P0: InputPin, P1: InputPin, P2: InputPin, P3: InputPin, P4: InputPin, P5: InputPin, P6: InputPin, P7: InputPin, P8: InputPin, P9: InputPin, P10: InputPin, P11: InputPin, P12: InputPin, P13: InputPin, P14: InputPin, P15: InputPin,

Source

pub fn new( pin_p0: impl Peripheral<P = P0> + 'd, pin_p1: impl Peripheral<P = P1> + 'd, pin_p2: impl Peripheral<P = P2> + 'd, pin_p3: impl Peripheral<P = P3> + 'd, pin_p4: impl Peripheral<P = P4> + 'd, pin_p5: impl Peripheral<P = P5> + 'd, pin_p6: impl Peripheral<P = P6> + 'd, pin_p7: impl Peripheral<P = P7> + 'd, pin_p8: impl Peripheral<P = P8> + 'd, pin_p9: impl Peripheral<P = P9> + 'd, pin_p10: impl Peripheral<P = P10> + 'd, pin_p11: impl Peripheral<P = P11> + 'd, pin_p12: impl Peripheral<P = P12> + 'd, pin_p13: impl Peripheral<P = P13> + 'd, pin_p14: impl Peripheral<P = P14> + 'd, pin_p15: impl Peripheral<P = P15> + 'd, ) -> RxSixteenBits<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15>

Auto Trait Implementations§

§

impl<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15> Freeze for RxSixteenBits<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15>
where P0: Freeze, P1: Freeze, P2: Freeze, P3: Freeze, P4: Freeze, P5: Freeze, P6: Freeze, P7: Freeze, P8: Freeze, P9: Freeze, P10: Freeze, P11: Freeze, P12: Freeze, P13: Freeze, P14: Freeze, P15: Freeze,

§

impl<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15> RefUnwindSafe for RxSixteenBits<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15>

§

impl<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15> Send for RxSixteenBits<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15>
where P0: Send, P1: Send, P2: Send, P3: Send, P4: Send, P5: Send, P6: Send, P7: Send, P8: Send, P9: Send, P10: Send, P11: Send, P12: Send, P13: Send, P14: Send, P15: Send,

§

impl<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15> Sync for RxSixteenBits<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15>
where P0: Sync, P1: Sync, P2: Sync, P3: Sync, P4: Sync, P5: Sync, P6: Sync, P7: Sync, P8: Sync, P9: Sync, P10: Sync, P11: Sync, P12: Sync, P13: Sync, P14: Sync, P15: Sync,

§

impl<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15> Unpin for RxSixteenBits<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15>
where P0: Unpin, P1: Unpin, P2: Unpin, P3: Unpin, P4: Unpin, P5: Unpin, P6: Unpin, P7: Unpin, P8: Unpin, P9: Unpin, P10: Unpin, P11: Unpin, P12: Unpin, P13: Unpin, P14: Unpin, P15: Unpin,

§

impl<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15> !UnwindSafe for RxSixteenBits<'d, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15>

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

Source§

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

Source§

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.