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