pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
source§impl R
impl R
sourcepub fn rx_done_int_raw(&self) -> RX_DONE_INT_RAW_R
pub fn rx_done_int_raw(&self) -> RX_DONE_INT_RAW_R
Bit 0 - The raw interrupt status bit for the i2s_rx_done_int interrupt
sourcepub fn tx_done_int_raw(&self) -> TX_DONE_INT_RAW_R
pub fn tx_done_int_raw(&self) -> TX_DONE_INT_RAW_R
Bit 1 - The raw interrupt status bit for the i2s_tx_done_int interrupt
sourcepub fn rx_hung_int_raw(&self) -> RX_HUNG_INT_RAW_R
pub fn rx_hung_int_raw(&self) -> RX_HUNG_INT_RAW_R
Bit 2 - The raw interrupt status bit for the i2s_rx_hung_int interrupt
sourcepub fn tx_hung_int_raw(&self) -> TX_HUNG_INT_RAW_R
pub fn tx_hung_int_raw(&self) -> TX_HUNG_INT_RAW_R
Bit 3 - The raw interrupt status bit for the i2s_tx_hung_int interrupt
Methods from Deref<Target = R<INT_RAW_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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