pub struct W(_);
Expand description
Register RX_CONF1
writer
Implementations
sourceimpl W
impl W
sourcepub fn rx_tdm_ws_width(&mut self) -> RX_TDM_WS_WIDTH_W<'_, 0>
pub fn rx_tdm_ws_width(&mut self) -> RX_TDM_WS_WIDTH_W<'_, 0>
Bits 0:6 - The width of rx_ws_out in TDM mode is (I2S_RX_TDM_WS_WIDTH[6:0] +1) * T_bck
sourcepub fn rx_bck_div_num(&mut self) -> RX_BCK_DIV_NUM_W<'_, 7>
pub fn rx_bck_div_num(&mut self) -> RX_BCK_DIV_NUM_W<'_, 7>
Bits 7:12 - Bit clock configuration bits in receiver mode.
sourcepub fn rx_bits_mod(&mut self) -> RX_BITS_MOD_W<'_, 13>
pub fn rx_bits_mod(&mut self) -> RX_BITS_MOD_W<'_, 13>
Bits 13:17 - Set the bits to configure the valid data bit length of I2S receiver channel. 7: all the valid channel data is in 8-bit-mode. 15: all the valid channel data is in 16-bit-mode. 23: all the valid channel data is in 24-bit-mode. 31:all the valid channel data is in 32-bit-mode.
sourcepub fn rx_half_sample_bits(&mut self) -> RX_HALF_SAMPLE_BITS_W<'_, 18>
pub fn rx_half_sample_bits(&mut self) -> RX_HALF_SAMPLE_BITS_W<'_, 18>
Bits 18:23 - I2S Rx half sample bits -1.
sourcepub fn rx_tdm_chan_bits(&mut self) -> RX_TDM_CHAN_BITS_W<'_, 24>
pub fn rx_tdm_chan_bits(&mut self) -> RX_TDM_CHAN_BITS_W<'_, 24>
Bits 24:28 - The Rx bit number for each channel minus 1in TDM mode.
sourcepub fn rx_msb_shift(&mut self) -> RX_MSB_SHIFT_W<'_, 29>
pub fn rx_msb_shift(&mut self) -> RX_MSB_SHIFT_W<'_, 29>
Bit 29 - Set this bit to enable receiver in Phillips standard mode
Methods from Deref<Target = W<RX_CONF1_SPEC>>
Trait Implementations
sourceimpl From<W<RX_CONF1_SPEC>> for W
impl From<W<RX_CONF1_SPEC>> for W
sourcefn from(writer: W<RX_CONF1_SPEC>) -> Self
fn from(writer: W<RX_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