pub struct RxEightBits<'d> { /* private fields */ }Expand description
Data pin configuration for 8 bit input mode
Implementations§
Source§impl<'d> RxEightBits<'d>
impl<'d> RxEightBits<'d>
Sourcepub fn new(
pin_p0: impl PeripheralInput<'d>,
pin_p1: impl PeripheralInput<'d>,
pin_p2: impl PeripheralInput<'d>,
pin_p3: impl PeripheralInput<'d>,
pin_p4: impl PeripheralInput<'d>,
pin_p5: impl PeripheralInput<'d>,
pin_p6: impl PeripheralInput<'d>,
pin_p7: impl PeripheralInput<'d>,
) -> Self
pub fn new( pin_p0: impl PeripheralInput<'d>, pin_p1: impl PeripheralInput<'d>, pin_p2: impl PeripheralInput<'d>, pin_p3: impl PeripheralInput<'d>, pin_p4: impl PeripheralInput<'d>, pin_p5: impl PeripheralInput<'d>, pin_p6: impl PeripheralInput<'d>, pin_p7: impl PeripheralInput<'d>, ) -> Self
Create a new RX pin
Auto Trait Implementations§
impl<'d> Freeze for RxEightBits<'d>
impl<'d> RefUnwindSafe for RxEightBits<'d>
impl<'d> Send for RxEightBits<'d>
impl<'d> Sync for RxEightBits<'d>
impl<'d> Unpin for RxEightBits<'d>
impl<'d> !UnwindSafe for RxEightBits<'d>
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