pub struct RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7> { /* private fields */ }
Expand description
Data pin configuration for 8 bit input mode
Implementations§
Source§impl<'d, P0, P1, P2, P3, P4, P5, P6, P7> RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7>
impl<'d, P0, P1, P2, P3, P4, P5, P6, P7> RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7>
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, ) -> RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7>
Auto Trait Implementations§
impl<'d, P0, P1, P2, P3, P4, P5, P6, P7> Freeze for RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7>
impl<'d, P0, P1, P2, P3, P4, P5, P6, P7> RefUnwindSafe for RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7>where
P0: RefUnwindSafe,
P1: RefUnwindSafe,
P2: RefUnwindSafe,
P3: RefUnwindSafe,
P4: RefUnwindSafe,
P5: RefUnwindSafe,
P6: RefUnwindSafe,
P7: RefUnwindSafe,
impl<'d, P0, P1, P2, P3, P4, P5, P6, P7> Send for RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7>
impl<'d, P0, P1, P2, P3, P4, P5, P6, P7> Sync for RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7>
impl<'d, P0, P1, P2, P3, P4, P5, P6, P7> Unpin for RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7>
impl<'d, P0, P1, P2, P3, P4, P5, P6, P7> !UnwindSafe for RxEightBits<'d, P0, P1, P2, P3, P4, P5, P6, P7>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more