pub struct R(_);
Expand description
Register i2s_clock
reader
Implementations
sourceimpl R
impl R
sourcepub fn bclk_divide(&self) -> BCLK_DIVIDE_R
pub fn bclk_divide(&self) -> BCLK_DIVIDE_R
Bits 8:17 - BCLK clock divide factor
sourcepub fn mclk_divide(&self) -> MCLK_DIVIDE_R
pub fn mclk_divide(&self) -> MCLK_DIVIDE_R
Bits 2:7 - MCLK clock divide factor
sourcepub fn mclk_enable(&self) -> MCLK_ENABLE_R
pub fn mclk_enable(&self) -> MCLK_ENABLE_R
Bit 1 - MCLK clock enable
sourcepub fn clock_source(&self) -> CLOCK_SOURCE_R
pub fn clock_source(&self) -> CLOCK_SOURCE_R
Bit 0 - Use internal I2S clock or external XTAL clock
Methods from Deref<Target = R<I2S_CLOCK_SPEC>>
Trait Implementations
sourceimpl From<R<I2S_CLOCK_SPEC>> for R
impl From<R<I2S_CLOCK_SPEC>> for R
sourcefn from(reader: R<I2S_CLOCK_SPEC>) -> Self
fn from(reader: R<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