pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations
sourceimpl R
impl R
sourcepub fn rx_done_int_ena(&self) -> RX_DONE_INT_ENA_R
pub fn rx_done_int_ena(&self) -> RX_DONE_INT_ENA_R
Bit 0 - The interrupt enable bit for the i2s_rx_done_int interrupt
sourcepub fn tx_done_int_ena(&self) -> TX_DONE_INT_ENA_R
pub fn tx_done_int_ena(&self) -> TX_DONE_INT_ENA_R
Bit 1 - The interrupt enable bit for the i2s_tx_done_int interrupt
sourcepub fn rx_hung_int_ena(&self) -> RX_HUNG_INT_ENA_R
pub fn rx_hung_int_ena(&self) -> RX_HUNG_INT_ENA_R
Bit 2 - The interrupt enable bit for the i2s_rx_hung_int interrupt
sourcepub fn tx_hung_int_ena(&self) -> TX_HUNG_INT_ENA_R
pub fn tx_hung_int_ena(&self) -> TX_HUNG_INT_ENA_R
Bit 3 - The interrupt enable bit for the i2s_tx_hung_int interrupt
Methods from Deref<Target = R<INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<R<INT_ENA_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
sourcefn from(reader: R<INT_ENA_SPEC>) -> Self
fn from(reader: R<INT_ENA_SPEC>) -> Self
Performs the conversion.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more