Struct esp32c6_hal::parl_io::TxFourBits
source · pub struct TxFourBits<'d, P0, P1, P2, P3> { /* private fields */ }
Expand description
Data pin configuration for 4 bit output mode
Implementations§
source§impl<'d, P0, P1, P2, P3> TxFourBits<'d, P0, P1, P2, P3>
impl<'d, P0, P1, P2, P3> TxFourBits<'d, P0, P1, P2, P3>
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 ) -> TxFourBits<'d, P0, P1, P2, P3>
Auto Trait Implementations§
impl<'d, P0, P1, P2, P3> RefUnwindSafe for TxFourBits<'d, P0, P1, P2, P3>
impl<'d, P0, P1, P2, P3> Send for TxFourBits<'d, P0, P1, P2, P3>
impl<'d, P0, P1, P2, P3> Sync for TxFourBits<'d, P0, P1, P2, P3>
impl<'d, P0, P1, P2, P3> Unpin for TxFourBits<'d, P0, P1, P2, P3>
impl<'d, P0, P1, P2, P3> !UnwindSafe for TxFourBits<'d, P0, P1, P2, P3>
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