Struct d1_pac::audio_codec::hmic_sts::W
source · pub struct W(/* private fields */);
Expand description
Register hmic_sts
writer
Implementations§
source§impl W
impl W
sourcepub fn mic_det_st(&mut self) -> MIC_DET_ST_W<'_, 0>
pub fn mic_det_st(&mut self) -> MIC_DET_ST_W<'_, 0>
Bit 0 - MIC detect pending interrupt
sourcepub fn jack_det_iirq(&mut self) -> JACK_DET_IIRQ_W<'_, 3>
pub fn jack_det_iirq(&mut self) -> JACK_DET_IIRQ_W<'_, 3>
Bit 3 - Jack input detect pending interrupt
sourcepub fn jack_det_oirq(&mut self) -> JACK_DET_OIRQ_W<'_, 4>
pub fn jack_det_oirq(&mut self) -> JACK_DET_OIRQ_W<'_, 4>
Bit 4 - Jack output detect pending interrupt
sourcepub fn mdata_discard(&mut self) -> MDATA_DISCARD_W<'_, 13>
pub fn mdata_discard(&mut self) -> MDATA_DISCARD_W<'_, 13>
Bits 13:14 - After MIC DATA data is received, the first N-data will be discarded.
Methods from Deref<Target = W<HMIC_STS_SPEC>>§
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