Struct esp32h2_hal::i2s::PinsBclkWsDin
source · pub struct PinsBclkWsDin<'d, B, W, DI> { /* private fields */ }
Expand description
Pins to use for I2S rx
Implementations§
source§impl<'d, B, W, DI> PinsBclkWsDin<'d, B, W, DI>
impl<'d, B, W, DI> PinsBclkWsDin<'d, B, W, DI>
pub fn new( bclk: impl Peripheral<P = B> + 'd, ws: impl Peripheral<P = W> + 'd, din: impl Peripheral<P = DI> + 'd ) -> PinsBclkWsDin<'d, B, W, DI>
Trait Implementations§
Auto Trait Implementations§
impl<'d, B, W, DI> RefUnwindSafe for PinsBclkWsDin<'d, B, W, DI>
impl<'d, B, W, DI> Send for PinsBclkWsDin<'d, B, W, DI>
impl<'d, B, W, DI> Sync for PinsBclkWsDin<'d, B, W, DI>
impl<'d, B, W, DI> Unpin for PinsBclkWsDin<'d, B, W, DI>
impl<'d, B, W, DI> !UnwindSafe for PinsBclkWsDin<'d, B, W, DI>
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