pub struct R(/* private fields */);Expand description
Register I2SINT_CLR reader
Implementations§
Source§impl R
impl R
Sourcepub fn i2s_i2s_tx_rempty_int_clr(&self) -> I2S_I2S_TX_REMPTY_INT_CLR_R
pub fn i2s_i2s_tx_rempty_int_clr(&self) -> I2S_I2S_TX_REMPTY_INT_CLR_R
Bit 5
Sourcepub fn i2s_i2s_tx_wfull_int_clr(&self) -> I2S_I2S_TX_WFULL_INT_CLR_R
pub fn i2s_i2s_tx_wfull_int_clr(&self) -> I2S_I2S_TX_WFULL_INT_CLR_R
Bit 4
Sourcepub fn i2s_i2s_rx_rempty_int_clr(&self) -> I2S_I2S_RX_REMPTY_INT_CLR_R
pub fn i2s_i2s_rx_rempty_int_clr(&self) -> I2S_I2S_RX_REMPTY_INT_CLR_R
Bit 3
Sourcepub fn i2s_i2s_rx_wfull_int_clr(&self) -> I2S_I2S_RX_WFULL_INT_CLR_R
pub fn i2s_i2s_rx_wfull_int_clr(&self) -> I2S_I2S_RX_WFULL_INT_CLR_R
Bit 2
Sourcepub fn i2s_i2s_put_data_int_clr(&self) -> I2S_I2S_PUT_DATA_INT_CLR_R
pub fn i2s_i2s_put_data_int_clr(&self) -> I2S_I2S_PUT_DATA_INT_CLR_R
Bit 1
Sourcepub fn i2s_i2s_take_data_int_clr(&self) -> I2S_I2S_TAKE_DATA_INT_CLR_R
pub fn i2s_i2s_take_data_int_clr(&self) -> I2S_I2S_TAKE_DATA_INT_CLR_R
Bit 0
Methods from Deref<Target = R<I2SINT_CLR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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