pub struct W(/* private fields */);
Expand description
Register I2SINT_ENA
writer
Implementations§
Source§impl W
impl W
Sourcepub fn i2s_i2s_tx_rempty_int_ena(&mut self) -> I2S_I2S_TX_REMPTY_INT_ENA_W<'_>
pub fn i2s_i2s_tx_rempty_int_ena(&mut self) -> I2S_I2S_TX_REMPTY_INT_ENA_W<'_>
Bit 5
Sourcepub fn i2s_i2s_tx_wfull_int_ena(&mut self) -> I2S_I2S_TX_WFULL_INT_ENA_W<'_>
pub fn i2s_i2s_tx_wfull_int_ena(&mut self) -> I2S_I2S_TX_WFULL_INT_ENA_W<'_>
Bit 4
Sourcepub fn i2s_i2s_rx_rempty_int_ena(&mut self) -> I2S_I2S_RX_REMPTY_INT_ENA_W<'_>
pub fn i2s_i2s_rx_rempty_int_ena(&mut self) -> I2S_I2S_RX_REMPTY_INT_ENA_W<'_>
Bit 3
Sourcepub fn i2s_i2s_rx_wfull_int_ena(&mut self) -> I2S_I2S_RX_WFULL_INT_ENA_W<'_>
pub fn i2s_i2s_rx_wfull_int_ena(&mut self) -> I2S_I2S_RX_WFULL_INT_ENA_W<'_>
Bit 2
Sourcepub fn i2s_i2s_tx_put_data_int_ena(
&mut self,
) -> I2S_I2S_TX_PUT_DATA_INT_ENA_W<'_>
pub fn i2s_i2s_tx_put_data_int_ena( &mut self, ) -> I2S_I2S_TX_PUT_DATA_INT_ENA_W<'_>
Bit 1
Sourcepub fn i2s_i2s_rx_take_data_int_ena(
&mut self,
) -> I2S_I2S_RX_TAKE_DATA_INT_ENA_W<'_>
pub fn i2s_i2s_rx_take_data_int_ena( &mut self, ) -> I2S_I2S_RX_TAKE_DATA_INT_ENA_W<'_>
Bit 0
Methods from Deref<Target = W<I2SINT_ENA_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