Struct esp32s3::i2s1::i2s_int_ena::W
source · pub struct W(_);
Expand description
Register I2S_INT_ENA
writer
Implementations
sourceimpl W
impl W
sourcepub fn i2s_rx_done_int_ena(&mut self) -> I2S_RX_DONE_INT_ENA_W<'_, 0>
pub fn i2s_rx_done_int_ena(&mut self) -> I2S_RX_DONE_INT_ENA_W<'_, 0>
Bit 0 - The interrupt enable bit for the i2s_rx_done_int interrupt
sourcepub fn i2s_tx_done_int_ena(&mut self) -> I2S_TX_DONE_INT_ENA_W<'_, 1>
pub fn i2s_tx_done_int_ena(&mut self) -> I2S_TX_DONE_INT_ENA_W<'_, 1>
Bit 1 - The interrupt enable bit for the i2s_tx_done_int interrupt
sourcepub fn i2s_rx_hung_int_ena(&mut self) -> I2S_RX_HUNG_INT_ENA_W<'_, 2>
pub fn i2s_rx_hung_int_ena(&mut self) -> I2S_RX_HUNG_INT_ENA_W<'_, 2>
Bit 2 - The interrupt enable bit for the i2s_rx_hung_int interrupt
sourcepub fn i2s_tx_hung_int_ena(&mut self) -> I2S_TX_HUNG_INT_ENA_W<'_, 3>
pub fn i2s_tx_hung_int_ena(&mut self) -> I2S_TX_HUNG_INT_ENA_W<'_, 3>
Bit 3 - The interrupt enable bit for the i2s_tx_hung_int interrupt
Methods from Deref<Target = W<I2S_INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<W<I2S_INT_ENA_SPEC>> for W
impl From<W<I2S_INT_ENA_SPEC>> for W
sourcefn from(writer: W<I2S_INT_ENA_SPEC>) -> Self
fn from(writer: W<I2S_INT_ENA_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more