Struct esp32c3_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>where
B: OutputPin,
W: OutputPin,
DI: InputPin,
impl<'d, B, W, DI> PinsBclkWsDin<'d, B, W, DI>where B: OutputPin, W: OutputPin, DI: InputPin,
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>where B: RefUnwindSafe, DI: RefUnwindSafe, W: RefUnwindSafe,
impl<'d, B, W, DI> Send for PinsBclkWsDin<'d, B, W, DI>where B: Send, DI: Send, W: Send,
impl<'d, B, W, DI> Sync for PinsBclkWsDin<'d, B, W, DI>where B: Sync, DI: Sync, W: Sync,
impl<'d, B, W, DI> Unpin for PinsBclkWsDin<'d, B, W, DI>where B: Unpin, DI: Unpin, W: Unpin,
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