pub struct W(/* private fields */);
Expand description
Register I2SPR
writer
Implementations§
Source§impl 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§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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