pub struct W(/* private fields */);
Expand description
Register IM
writer
Implementations§
Source§impl W
impl W
Sourcepub fn lfsdetie(
&mut self,
) -> BitWriterRaw<'_, u32, IM_SPEC, LFSDETIE_A, BitM, 6>
pub fn lfsdetie( &mut self, ) -> BitWriterRaw<'_, u32, IM_SPEC, LFSDETIE_A, BitM, 6>
Bit 6 - Late frame synchronization detection interrupt enable
Sourcepub fn afsdetie(
&mut self,
) -> BitWriterRaw<'_, u32, IM_SPEC, AFSDETIE_A, BitM, 5>
pub fn afsdetie( &mut self, ) -> BitWriterRaw<'_, u32, IM_SPEC, AFSDETIE_A, BitM, 5>
Bit 5 - Anticipated frame synchronization detection interrupt enable
Sourcepub fn cnrdyie(&mut self) -> BitWriterRaw<'_, u32, IM_SPEC, CNRDYIE_A, BitM, 4>
pub fn cnrdyie(&mut self) -> BitWriterRaw<'_, u32, IM_SPEC, CNRDYIE_A, BitM, 4>
Bit 4 - Codec not ready interrupt enable
Sourcepub fn freqie(&mut self) -> BitWriterRaw<'_, u32, IM_SPEC, FREQIE_A, BitM, 3>
pub fn freqie(&mut self) -> BitWriterRaw<'_, u32, IM_SPEC, FREQIE_A, BitM, 3>
Bit 3 - FIFO request interrupt enable
Sourcepub fn wckcfgie(
&mut self,
) -> BitWriterRaw<'_, u32, IM_SPEC, WCKCFGIE_A, BitM, 2>
pub fn wckcfgie( &mut self, ) -> BitWriterRaw<'_, u32, IM_SPEC, WCKCFGIE_A, BitM, 2>
Bit 2 - Wrong clock configuration interrupt enable
Sourcepub fn mutedetie(
&mut self,
) -> BitWriterRaw<'_, u32, IM_SPEC, MUTEDETIE_A, BitM, 1>
pub fn mutedetie( &mut self, ) -> BitWriterRaw<'_, u32, IM_SPEC, MUTEDETIE_A, BitM, 1>
Bit 1 - Mute detection interrupt enable
Sourcepub fn ovrudrie(
&mut self,
) -> BitWriterRaw<'_, u32, IM_SPEC, OVRUDRIE_A, BitM, 0>
pub fn ovrudrie( &mut self, ) -> BitWriterRaw<'_, u32, IM_SPEC, OVRUDRIE_A, BitM, 0>
Bit 0 - Overrun/underrun interrupt enable
Methods from Deref<Target = W<IM_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