Type Alias W

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

Register INT_ENA writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn rxfifo_full(&mut self) -> RXFIFO_FULL_W<'_, INT_ENA_SPEC>

Bit 0 - The enable bit for rxfifo_full_int interrupt.

Source

pub fn txfifo_empty(&mut self) -> TXFIFO_EMPTY_W<'_, INT_ENA_SPEC>

Bit 1 - The enable bit for txfifo_empty_int interrupt.

Source

pub fn rxfifo_ovf(&mut self) -> RXFIFO_OVF_W<'_, INT_ENA_SPEC>

Bit 2 - The enable bit for rxfifo_ovf_int interrupt.

Source

pub fn end_detect(&mut self) -> END_DETECT_W<'_, INT_ENA_SPEC>

Bit 3 - The enable bit for end_detect_int interrupt.

Source

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.

Source

pub fn arbitration_lost(&mut self) -> ARBITRATION_LOST_W<'_, INT_ENA_SPEC>

Bit 5 - The enable bit for arbitration_lost_int interrupt.

Source

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.

Source

pub fn trans_complete(&mut self) -> TRANS_COMPLETE_W<'_, INT_ENA_SPEC>

Bit 7 - The enable bit for trans_complete_int interrupt.

Source

pub fn time_out(&mut self) -> TIME_OUT_W<'_, INT_ENA_SPEC>

Bit 8 - The enable bit for time_out_int interrupt.

Source

pub fn trans_start(&mut self) -> TRANS_START_W<'_, INT_ENA_SPEC>

Bit 9 - The enable bit for trans_start_int interrupt.

Source

pub fn nack(&mut self) -> NACK_W<'_, INT_ENA_SPEC>

Bit 10 - The enable bit for ack_err_int interrupt.

Source

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.

Source

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.