Struct esp32c3_hal::i2s::MclkPin
source · pub struct MclkPin<'d, M>where
M: OutputPin,{ /* private fields */ }
Expand description
MCLK pin to use
Implementations§
Trait Implementations§
source§impl<'d, M> I2sMclkPin for MclkPin<'d, M>where
M: OutputPin,
impl<'d, M> I2sMclkPin for MclkPin<'d, M>where M: OutputPin,
fn configure<I>(&mut self, instance: &mut I)where I: RegisterAccess,
Auto Trait Implementations§
impl<'d, M> RefUnwindSafe for MclkPin<'d, M>where M: RefUnwindSafe,
impl<'d, M> Send for MclkPin<'d, M>where M: Send,
impl<'d, M> Sync for MclkPin<'d, M>where M: Sync,
impl<'d, M> Unpin for MclkPin<'d, M>where M: Unpin,
impl<'d, M> !UnwindSafe for MclkPin<'d, M>
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