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 rxfifo_full(&mut self) -> RXFIFO_FULL_W<'_, INT_ENA_SPEC>
pub fn rxfifo_full(&mut self) -> RXFIFO_FULL_W<'_, INT_ENA_SPEC>
Bit 0 - The enable bit for rxfifo_full_int interrupt.
Sourcepub fn txfifo_empty(&mut self) -> TXFIFO_EMPTY_W<'_, INT_ENA_SPEC>
pub fn txfifo_empty(&mut self) -> TXFIFO_EMPTY_W<'_, INT_ENA_SPEC>
Bit 1 - The enable bit for txfifo_empty_int interrupt.
Sourcepub fn rxfifo_ovf(&mut self) -> RXFIFO_OVF_W<'_, INT_ENA_SPEC>
pub fn rxfifo_ovf(&mut self) -> RXFIFO_OVF_W<'_, INT_ENA_SPEC>
Bit 2 - The enable bit for rxfifo_ovf_int interrupt.
Sourcepub fn end_detect(&mut self) -> END_DETECT_W<'_, INT_ENA_SPEC>
pub fn end_detect(&mut self) -> END_DETECT_W<'_, INT_ENA_SPEC>
Bit 3 - The enable bit for end_detect_int interrupt.
Sourcepub fn slave_tran_comp(&mut self) -> SLAVE_TRAN_COMP_W<'_, INT_ENA_SPEC>
pub fn slave_tran_comp(&mut self) -> SLAVE_TRAN_COMP_W<'_, INT_ENA_SPEC>
Bit 4 - The enable bit for slave_tran_comp_int interrupt.
Sourcepub fn arbitration_lost(&mut self) -> ARBITRATION_LOST_W<'_, INT_ENA_SPEC>
pub fn arbitration_lost(&mut self) -> ARBITRATION_LOST_W<'_, INT_ENA_SPEC>
Bit 5 - The enable bit for arbitration_lost_int interrupt.
Sourcepub fn master_tran_comp(&mut self) -> MASTER_TRAN_COMP_W<'_, INT_ENA_SPEC>
pub fn master_tran_comp(&mut self) -> MASTER_TRAN_COMP_W<'_, INT_ENA_SPEC>
Bit 6 - The enable bit for master_tran_comp_int interrupt.
Sourcepub fn trans_complete(&mut self) -> TRANS_COMPLETE_W<'_, INT_ENA_SPEC>
pub fn trans_complete(&mut self) -> TRANS_COMPLETE_W<'_, INT_ENA_SPEC>
Bit 7 - The enable bit for trans_complete_int interrupt.
Sourcepub fn time_out(&mut self) -> TIME_OUT_W<'_, INT_ENA_SPEC>
pub fn time_out(&mut self) -> TIME_OUT_W<'_, INT_ENA_SPEC>
Bit 8 - The enable bit for time_out_int interrupt.
Sourcepub fn trans_start(&mut self) -> TRANS_START_W<'_, INT_ENA_SPEC>
pub fn trans_start(&mut self) -> TRANS_START_W<'_, INT_ENA_SPEC>
Bit 9 - The enable bit for trans_start_int interrupt.
Sourcepub fn nack(&mut self) -> NACK_W<'_, INT_ENA_SPEC>
pub fn nack(&mut self) -> NACK_W<'_, INT_ENA_SPEC>
Bit 10 - The enable bit for ack_err_int interrupt.
Sourcepub fn rx_rec_full(&mut self) -> RX_REC_FULL_W<'_, INT_ENA_SPEC>
pub fn rx_rec_full(&mut self) -> RX_REC_FULL_W<'_, INT_ENA_SPEC>
Bit 11 - The enable bit for rx_rec_full_int interrupt.
Sourcepub fn tx_send_empty(&mut self) -> TX_SEND_EMPTY_W<'_, INT_ENA_SPEC>
pub fn tx_send_empty(&mut self) -> TX_SEND_EMPTY_W<'_, INT_ENA_SPEC>
Bit 12 - The enable bit for tx_send_empty_int interrupt.