pub type W = W<INT_ENA_SPEC>;Expand description
Register INT_ENA writer
Aliased Type§
struct W { /* private fields */ }Implementations§
source§impl W
impl W
sourcepub fn tx_fifo_rempty(&mut self) -> TX_FIFO_REMPTY_W<'_, INT_ENA_SPEC>
pub fn tx_fifo_rempty(&mut self) -> TX_FIFO_REMPTY_W<'_, INT_ENA_SPEC>
Bit 0 - Write 1 to enable TX_FIFO_REMPTY_INTR.
sourcepub fn rx_fifo_wovf(&mut self) -> RX_FIFO_WOVF_W<'_, INT_ENA_SPEC>
pub fn rx_fifo_wovf(&mut self) -> RX_FIFO_WOVF_W<'_, INT_ENA_SPEC>
Bit 1 - Write 1 to enable RX_FIFO_WOVF_INTR.
sourcepub fn tx_eof(&mut self) -> TX_EOF_W<'_, INT_ENA_SPEC>
pub fn tx_eof(&mut self) -> TX_EOF_W<'_, INT_ENA_SPEC>
Bit 2 - Write 1 to enable TX_EOF_INTR.