pub struct W(/* private fields */);Expand description
Register I2S_FIFO_CONF writer
Implementations§
Source§impl W
impl W
Sourcepub fn i2s_i2s_rx_fifo_mod(&mut self) -> I2S_I2S_RX_FIFO_MOD_W<'_>
pub fn i2s_i2s_rx_fifo_mod(&mut self) -> I2S_I2S_RX_FIFO_MOD_W<'_>
Bits 16:18
Sourcepub fn i2s_i2s_tx_fifo_mod(&mut self) -> I2S_I2S_TX_FIFO_MOD_W<'_>
pub fn i2s_i2s_tx_fifo_mod(&mut self) -> I2S_I2S_TX_FIFO_MOD_W<'_>
Bits 13:15
Sourcepub fn i2s_i2s_dscr_en(&mut self) -> I2S_I2S_DSCR_EN_W<'_>
pub fn i2s_i2s_dscr_en(&mut self) -> I2S_I2S_DSCR_EN_W<'_>
Bit 12
Sourcepub fn i2s_i2s_tx_data_num(&mut self) -> I2S_I2S_TX_DATA_NUM_W<'_>
pub fn i2s_i2s_tx_data_num(&mut self) -> I2S_I2S_TX_DATA_NUM_W<'_>
Bits 6:11
Sourcepub fn i2s_i2s_rx_data_num(&mut self) -> I2S_I2S_RX_DATA_NUM_W<'_>
pub fn i2s_i2s_rx_data_num(&mut self) -> I2S_I2S_RX_DATA_NUM_W<'_>
Bits 0:5
Methods from Deref<Target = W<I2S_FIFO_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more