pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn rxfifo_full_int_ena(&self) -> BitReaderRaw<bool>
pub fn rxfifo_full_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - The enable bit for rxfifo_full_int interrupt.
pub fn txfifo_empty_int_ena(&self) -> BitReaderRaw<bool>
pub fn txfifo_empty_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - The enable bit for txfifo_empty_int interrupt.
pub fn rxfifo_ovf_int_ena(&self) -> BitReaderRaw<bool>
pub fn rxfifo_ovf_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - The enable bit for rxfifo_ovf_int interrupt.
pub fn end_detect_int_ena(&self) -> BitReaderRaw<bool>
pub fn end_detect_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - The enable bit for end_detect_int interrupt.
pub fn slave_tran_comp_int_ena(&self) -> BitReaderRaw<bool>
pub fn slave_tran_comp_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - The enable bit for slave_tran_comp_int interrupt.
pub fn arbitration_lost_int_ena(&self) -> BitReaderRaw<bool>
pub fn arbitration_lost_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - The enable bit for arbitration_lost_int interrupt.
pub fn master_tran_comp_int_ena(&self) -> BitReaderRaw<bool>
pub fn master_tran_comp_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - The enable bit for master_tran_comp_int interrupt.
pub fn trans_complete_int_ena(&self) -> BitReaderRaw<bool>
pub fn trans_complete_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - The enable bit for trans_complete_int interrupt.
pub fn time_out_int_ena(&self) -> BitReaderRaw<bool>
pub fn time_out_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - The enable bit for time_out_int interrupt.
pub fn trans_start_int_ena(&self) -> BitReaderRaw<bool>
pub fn trans_start_int_ena(&self) -> BitReaderRaw<bool>
Bit 9 - The enable bit for trans_start_int interrupt.
pub fn ack_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn ack_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 10 - The enable bit for ack_err_int interrupt.
pub fn rx_rec_full_int_ena(&self) -> BitReaderRaw<bool>
pub fn rx_rec_full_int_ena(&self) -> BitReaderRaw<bool>
Bit 11 - The enable bit for rx_rec_full_int interrupt.
pub fn tx_send_empty_int_ena(&self) -> BitReaderRaw<bool>
pub fn tx_send_empty_int_ena(&self) -> BitReaderRaw<bool>
Bit 12 - The enable bit for tx_send_empty_int interrupt.
Methods from Deref<Target = R<INT_ENA_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.