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