Struct esp32::i2s0::esco_conf0::W
source · pub struct W(_);
Expand description
Register ESCO_CONF0
writer
Implementations§
source§impl W
impl W
sourcepub fn esco_chan_mod(&mut self) -> ESCO_CHAN_MOD_W<'_, 1>
pub fn esco_chan_mod(&mut self) -> ESCO_CHAN_MOD_W<'_, 1>
Bit 1
sourcepub fn esco_cvsd_dec_pack_err(&mut self) -> ESCO_CVSD_DEC_PACK_ERR_W<'_, 2>
pub fn esco_cvsd_dec_pack_err(&mut self) -> ESCO_CVSD_DEC_PACK_ERR_W<'_, 2>
Bit 2
sourcepub fn esco_cvsd_pack_len_8k(&mut self) -> ESCO_CVSD_PACK_LEN_8K_W<'_, 3>
pub fn esco_cvsd_pack_len_8k(&mut self) -> ESCO_CVSD_PACK_LEN_8K_W<'_, 3>
Bits 3:7
sourcepub fn esco_cvsd_inf_en(&mut self) -> ESCO_CVSD_INF_EN_W<'_, 8>
pub fn esco_cvsd_inf_en(&mut self) -> ESCO_CVSD_INF_EN_W<'_, 8>
Bit 8
sourcepub fn cvsd_dec_start(&mut self) -> CVSD_DEC_START_W<'_, 9>
pub fn cvsd_dec_start(&mut self) -> CVSD_DEC_START_W<'_, 9>
Bit 9
sourcepub fn cvsd_dec_reset(&mut self) -> CVSD_DEC_RESET_W<'_, 10>
pub fn cvsd_dec_reset(&mut self) -> CVSD_DEC_RESET_W<'_, 10>
Bit 10
sourcepub fn plc2dma_en(&mut self) -> PLC2DMA_EN_W<'_, 12>
pub fn plc2dma_en(&mut self) -> PLC2DMA_EN_W<'_, 12>
Bit 12
Methods from Deref<Target = W<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