pub struct R(_);
Expand description
Register SCO_CONF0
reader
Implementations§
§impl R
impl R
pub fn sco_with_i2s_en(&self) -> BitReaderRaw<bool>
pub fn sco_with_i2s_en(&self) -> BitReaderRaw<bool>
Bit 0
pub fn sco_no_i2s_en(&self) -> BitReaderRaw<bool>
pub fn sco_no_i2s_en(&self) -> BitReaderRaw<bool>
Bit 1
pub fn cvsd_enc_start(&self) -> BitReaderRaw<bool>
pub fn cvsd_enc_start(&self) -> BitReaderRaw<bool>
Bit 2
pub fn cvsd_enc_reset(&self) -> BitReaderRaw<bool>
pub fn cvsd_enc_reset(&self) -> BitReaderRaw<bool>
Bit 3
Methods from Deref<Target = R<SCO_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<SCO_CONF0_SPEC>> for R
impl From<R<SCO_CONF0_SPEC>> for R
§fn from(reader: R<SCO_CONF0_SPEC>) -> R
fn from(reader: R<SCO_CONF0_SPEC>) -> R
Converts to this type from the input type.