Struct esp32_hal::pac::i2s0::esco_conf0::R
pub struct R(_);
Expand description
Register ESCO_CONF0
reader
Implementations§
§impl R
impl R
pub fn esco_chan_mod(&self) -> BitReaderRaw<bool>
pub fn esco_chan_mod(&self) -> BitReaderRaw<bool>
Bit 1
pub fn esco_cvsd_dec_pack_err(&self) -> BitReaderRaw<bool>
pub fn esco_cvsd_dec_pack_err(&self) -> BitReaderRaw<bool>
Bit 2
pub fn esco_cvsd_pack_len_8k(&self) -> FieldReaderRaw<u8, u8>
pub fn esco_cvsd_pack_len_8k(&self) -> FieldReaderRaw<u8, u8>
Bits 3:7
pub fn esco_cvsd_inf_en(&self) -> BitReaderRaw<bool>
pub fn esco_cvsd_inf_en(&self) -> BitReaderRaw<bool>
Bit 8
pub fn cvsd_dec_start(&self) -> BitReaderRaw<bool>
pub fn cvsd_dec_start(&self) -> BitReaderRaw<bool>
Bit 9
pub fn cvsd_dec_reset(&self) -> BitReaderRaw<bool>
pub fn cvsd_dec_reset(&self) -> BitReaderRaw<bool>
Bit 10
pub fn plc2dma_en(&self) -> BitReaderRaw<bool>
pub fn plc2dma_en(&self) -> BitReaderRaw<bool>
Bit 12
Methods from Deref<Target = R<ESCO_CONF0_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<ESCO_CONF0_SPEC>> for R
impl From<R<ESCO_CONF0_SPEC>> for R
§fn from(reader: R<ESCO_CONF0_SPEC>) -> R
fn from(reader: R<ESCO_CONF0_SPEC>) -> R
Converts to this type from the input type.