Struct d1_pac::audio_codec::hmic_sts::R
source · pub struct R(/* private fields */);
Expand description
Register hmic_sts
reader
Implementations§
source§impl R
impl R
sourcepub fn mic_det_st(&self) -> MIC_DET_ST_R
pub fn mic_det_st(&self) -> MIC_DET_ST_R
Bit 0 - MIC detect pending interrupt
sourcepub fn jack_det_iirq(&self) -> JACK_DET_IIRQ_R
pub fn jack_det_iirq(&self) -> JACK_DET_IIRQ_R
Bit 3 - Jack input detect pending interrupt
sourcepub fn jack_det_oirq(&self) -> JACK_DET_OIRQ_R
pub fn jack_det_oirq(&self) -> JACK_DET_OIRQ_R
Bit 4 - Jack output detect pending interrupt
sourcepub fn hmic_data(&self) -> HMIC_DATA_R
pub fn hmic_data(&self) -> HMIC_DATA_R
Bits 8:12 - HMIC Average Data
sourcepub fn mdata_discard(&self) -> MDATA_DISCARD_R
pub fn mdata_discard(&self) -> MDATA_DISCARD_R
Bits 13:14 - After MIC DATA data is received, the first N-data will be discarded.
Methods from Deref<Target = R<HMIC_STS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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