pub struct W(_);
Expand description
Register i2s_clock
writer
Implementations
sourceimpl W
impl W
sourcepub fn bclk_divide(&mut self) -> BCLK_DIVIDE_W<'_>
pub fn bclk_divide(&mut self) -> BCLK_DIVIDE_W<'_>
Bits 8:17 - BCLK clock divide factor
sourcepub fn mclk_divide(&mut self) -> MCLK_DIVIDE_W<'_>
pub fn mclk_divide(&mut self) -> MCLK_DIVIDE_W<'_>
Bits 2:7 - MCLK clock divide factor
sourcepub fn mclk_enable(&mut self) -> MCLK_ENABLE_W<'_>
pub fn mclk_enable(&mut self) -> MCLK_ENABLE_W<'_>
Bit 1 - MCLK clock enable
sourcepub fn clock_source(&mut self) -> CLOCK_SOURCE_W<'_>
pub fn clock_source(&mut self) -> CLOCK_SOURCE_W<'_>
Bit 0 - Use internal I2S clock or external XTAL clock
Methods from Deref<Target = W<I2S_CLOCK_SPEC>>
Trait Implementations
sourceimpl From<W<I2S_CLOCK_SPEC>> for W
impl From<W<I2S_CLOCK_SPEC>> for W
sourcefn from(writer: W<I2S_CLOCK_SPEC>) -> Self
fn from(writer: W<I2S_CLOCK_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more