pub struct W(_);
Expand description
Register I2SPR
writer
Implementations
sourceimpl W
impl W
sourcepub fn mckoe(&mut self) -> BitWriterRaw<'_, u32, I2SPR_SPEC, MCKOE_A, BitM, 9>
pub fn mckoe(&mut self) -> BitWriterRaw<'_, u32, I2SPR_SPEC, MCKOE_A, BitM, 9>
Bit 9 - Master clock output enable
sourcepub fn odd(&mut self) -> BitWriterRaw<'_, u32, I2SPR_SPEC, ODD_A, BitM, 8>
pub fn odd(&mut self) -> BitWriterRaw<'_, u32, I2SPR_SPEC, ODD_A, BitM, 8>
Bit 8 - Odd factor for the prescaler
Methods from Deref<Target = W<I2SPR_SPEC>>
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations
sourceimpl From<W<I2SPR_SPEC>> for W
impl From<W<I2SPR_SPEC>> for W
sourcefn from(writer: W<I2SPR_SPEC>) -> W
fn from(writer: W<I2SPR_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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