Struct esp32::i2s0::esco_conf0::R
source · pub struct R(_);
Expand description
Register ESCO_CONF0
reader
Implementations§
source§impl R
impl R
sourcepub fn esco_chan_mod(&self) -> ESCO_CHAN_MOD_R
pub fn esco_chan_mod(&self) -> ESCO_CHAN_MOD_R
Bit 1
sourcepub fn esco_cvsd_dec_pack_err(&self) -> ESCO_CVSD_DEC_PACK_ERR_R
pub fn esco_cvsd_dec_pack_err(&self) -> ESCO_CVSD_DEC_PACK_ERR_R
Bit 2
sourcepub fn esco_cvsd_pack_len_8k(&self) -> ESCO_CVSD_PACK_LEN_8K_R
pub fn esco_cvsd_pack_len_8k(&self) -> ESCO_CVSD_PACK_LEN_8K_R
Bits 3:7
sourcepub fn esco_cvsd_inf_en(&self) -> ESCO_CVSD_INF_EN_R
pub fn esco_cvsd_inf_en(&self) -> ESCO_CVSD_INF_EN_R
Bit 8
sourcepub fn cvsd_dec_start(&self) -> CVSD_DEC_START_R
pub fn cvsd_dec_start(&self) -> CVSD_DEC_START_R
Bit 9
sourcepub fn cvsd_dec_reset(&self) -> CVSD_DEC_RESET_R
pub fn cvsd_dec_reset(&self) -> CVSD_DEC_RESET_R
Bit 10
sourcepub fn plc2dma_en(&self) -> PLC2DMA_EN_R
pub fn plc2dma_en(&self) -> PLC2DMA_EN_R
Bit 12
Methods from Deref<Target = R<ESCO_CONF0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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