pub struct W(/* private fields */);
Expand description
Register CLRFR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn clfsdet(
&mut self,
) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CLFSDET_AW, BitM, 6>
pub fn clfsdet( &mut self, ) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CLFSDET_AW, BitM, 6>
Bit 6 - Clear late frame synchronization detection flag
Sourcepub fn cafsdet(
&mut self,
) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CAFSDET_AW, BitM, 5>
pub fn cafsdet( &mut self, ) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CAFSDET_AW, BitM, 5>
Bit 5 - Clear anticipated frame synchronization detection flag.
Sourcepub fn ccnrdy(
&mut self,
) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CCNRDY_AW, BitM, 4>
pub fn ccnrdy( &mut self, ) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CCNRDY_AW, BitM, 4>
Bit 4 - Clear codec not ready flag
Sourcepub fn cwckcfg(
&mut self,
) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CWCKCFG_AW, BitM, 2>
pub fn cwckcfg( &mut self, ) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CWCKCFG_AW, BitM, 2>
Bit 2 - Clear wrong clock configuration flag
Sourcepub fn cmutedet(
&mut self,
) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CMUTEDET_AW, BitM, 1>
pub fn cmutedet( &mut self, ) -> BitWriterRaw<'_, u32, CLRFR_SPEC, CMUTEDET_AW, BitM, 1>
Bit 1 - Mute detection flag
Sourcepub fn covrudr(
&mut self,
) -> BitWriterRaw<'_, u32, CLRFR_SPEC, COVRUDR_AW, BitM, 0>
pub fn covrudr( &mut self, ) -> BitWriterRaw<'_, u32, CLRFR_SPEC, COVRUDR_AW, BitM, 0>
Bit 0 - Clear overrun / underrun
Methods from Deref<Target = W<CLRFR_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