Type Alias R

Source
pub type R = R<INT_ENA_SPEC>;
Expand description

Register INT_ENA reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn rx_done(&self) -> RX_DONE_R

Bit 0 - The interrupt enable bit for the i2s_rx_done_int interrupt

Source

pub fn tx_done(&self) -> TX_DONE_R

Bit 1 - The interrupt enable bit for the i2s_tx_done_int interrupt

Source

pub fn rx_hung(&self) -> RX_HUNG_R

Bit 2 - The interrupt enable bit for the i2s_rx_hung_int interrupt

Source

pub fn tx_hung(&self) -> TX_HUNG_R

Bit 3 - The interrupt enable bit for the i2s_tx_hung_int interrupt