pub struct R(_);Expand description
Register CONF1 reader
Implementations
sourceimpl R
impl R
sourcepub fn tx_pcm_conf(&self) -> TX_PCM_CONF_R
pub fn tx_pcm_conf(&self) -> TX_PCM_CONF_R
Bits 0:2 - Compress/Decompress module configuration bits. 0: decompress transmitted data 1:compress transmitted data
sourcepub fn tx_pcm_bypass(&self) -> TX_PCM_BYPASS_R
pub fn tx_pcm_bypass(&self) -> TX_PCM_BYPASS_R
Bit 3 - Set this bit to bypass Compress/Decompress module for transmitted data.
sourcepub fn rx_pcm_conf(&self) -> RX_PCM_CONF_R
pub fn rx_pcm_conf(&self) -> RX_PCM_CONF_R
Bits 4:6 - Compress/Decompress module configuration bits. 0: decompress received data 1:compress received data
sourcepub fn rx_pcm_bypass(&self) -> RX_PCM_BYPASS_R
pub fn rx_pcm_bypass(&self) -> RX_PCM_BYPASS_R
Bit 7 - Set this bit to bypass Compress/Decompress module for received data.
sourcepub fn tx_stop_en(&self) -> TX_STOP_EN_R
pub fn tx_stop_en(&self) -> TX_STOP_EN_R
Bit 8 - Set this bit to stop the output of BCK signal and WS signal when TX FIFO is empty.
sourcepub fn tx_zeros_rm_en(&self) -> TX_ZEROS_RM_EN_R
pub fn tx_zeros_rm_en(&self) -> TX_ZEROS_RM_EN_R
Bit 9 - Reserved.
Methods from Deref<Target = R<CONF1_SPEC>>
Trait Implementations
sourceimpl From<R<CONF1_SPEC>> for R
impl From<R<CONF1_SPEC>> for R
sourcefn from(reader: R<CONF1_SPEC>) -> Self
fn from(reader: R<CONF1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more