pub struct R(_);
Expand description
Register PDM_CONF
reader
Implementations§
§impl R
impl R
pub fn pcm2pdm_conv_en(&self) -> BitReaderRaw<bool>
pub fn pcm2pdm_conv_en(&self) -> BitReaderRaw<bool>
Bit 2
pub fn pdm2pcm_conv_en(&self) -> BitReaderRaw<bool>
pub fn pdm2pcm_conv_en(&self) -> BitReaderRaw<bool>
Bit 3
pub fn tx_pdm_sinc_osr2(&self) -> FieldReaderRaw<u8, u8>
pub fn tx_pdm_sinc_osr2(&self) -> FieldReaderRaw<u8, u8>
Bits 4:7
pub fn tx_pdm_prescale(&self) -> FieldReaderRaw<u8, u8>
pub fn tx_pdm_prescale(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15
pub fn tx_pdm_hp_in_shift(&self) -> FieldReaderRaw<u8, u8>
pub fn tx_pdm_hp_in_shift(&self) -> FieldReaderRaw<u8, u8>
Bits 16:17
pub fn tx_pdm_lp_in_shift(&self) -> FieldReaderRaw<u8, u8>
pub fn tx_pdm_lp_in_shift(&self) -> FieldReaderRaw<u8, u8>
Bits 18:19
pub fn tx_pdm_sinc_in_shift(&self) -> FieldReaderRaw<u8, u8>
pub fn tx_pdm_sinc_in_shift(&self) -> FieldReaderRaw<u8, u8>
Bits 20:21
pub fn tx_pdm_sigmadelta_in_shift(&self) -> FieldReaderRaw<u8, u8>
pub fn tx_pdm_sigmadelta_in_shift(&self) -> FieldReaderRaw<u8, u8>
Bits 22:23
pub fn rx_pdm_sinc_dsr_16_en(&self) -> BitReaderRaw<bool>
pub fn rx_pdm_sinc_dsr_16_en(&self) -> BitReaderRaw<bool>
Bit 24
pub fn tx_pdm_hp_bypass(&self) -> BitReaderRaw<bool>
pub fn tx_pdm_hp_bypass(&self) -> BitReaderRaw<bool>
Bit 25
Methods from Deref<Target = R<PDM_CONF_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<PDM_CONF_SPEC>> for R
impl From<R<PDM_CONF_SPEC>> for R
§fn from(reader: R<PDM_CONF_SPEC>) -> R
fn from(reader: R<PDM_CONF_SPEC>) -> R
Converts to this type from the input type.