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