Type Alias R

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

Register INT_ENA reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ch_tx_end(&self, n: u8) -> CH_TX_END_R

The interrupt enabled bit for CH(0-3)_TX_END_INT.

`n` is number of field in register. `n == 0` corresponds to `CH0_TX_END` field.
Source

pub fn ch_tx_end_iter(&self) -> impl Iterator<Item = CH_TX_END_R> + '_

Iterator for array of: The interrupt enabled bit for CH(0-3)_TX_END_INT.

Source

pub fn ch0_tx_end(&self) -> CH_TX_END_R

Bit 0 - The interrupt enabled bit for CH0_TX_END_INT.

Source

pub fn ch1_tx_end(&self) -> CH_TX_END_R

Bit 3 - The interrupt enabled bit for CH1_TX_END_INT.

Source

pub fn ch2_tx_end(&self) -> CH_TX_END_R

Bit 6 - The interrupt enabled bit for CH2_TX_END_INT.

Source

pub fn ch3_tx_end(&self) -> CH_TX_END_R

Bit 9 - The interrupt enabled bit for CH3_TX_END_INT.

Source

pub fn ch_rx_end(&self, n: u8) -> CH_RX_END_R

The interrupt enabled bit for CH(0-3)_RX_END_INT.

`n` is number of field in register. `n == 0` corresponds to `CH0_RX_END` field.
Source

pub fn ch_rx_end_iter(&self) -> impl Iterator<Item = CH_RX_END_R> + '_

Iterator for array of: The interrupt enabled bit for CH(0-3)_RX_END_INT.

Source

pub fn ch0_rx_end(&self) -> CH_RX_END_R

Bit 1 - The interrupt enabled bit for CH0_RX_END_INT.

Source

pub fn ch1_rx_end(&self) -> CH_RX_END_R

Bit 4 - The interrupt enabled bit for CH1_RX_END_INT.

Source

pub fn ch2_rx_end(&self) -> CH_RX_END_R

Bit 7 - The interrupt enabled bit for CH2_RX_END_INT.

Source

pub fn ch3_rx_end(&self) -> CH_RX_END_R

Bit 10 - The interrupt enabled bit for CH3_RX_END_INT.

Source

pub fn ch_err(&self, n: u8) -> CH_ERR_R

The interrupt enabled bit for CH(0-3)_ERR_INT.

`n` is number of field in register. `n == 0` corresponds to `CH0_ERR` field.
Source

pub fn ch_err_iter(&self) -> impl Iterator<Item = CH_ERR_R> + '_

Iterator for array of: The interrupt enabled bit for CH(0-3)_ERR_INT.

Source

pub fn ch0_err(&self) -> CH_ERR_R

Bit 2 - The interrupt enabled bit for CH0_ERR_INT.

Source

pub fn ch1_err(&self) -> CH_ERR_R

Bit 5 - The interrupt enabled bit for CH1_ERR_INT.

Source

pub fn ch2_err(&self) -> CH_ERR_R

Bit 8 - The interrupt enabled bit for CH2_ERR_INT.

Source

pub fn ch3_err(&self) -> CH_ERR_R

Bit 11 - The interrupt enabled bit for CH3_ERR_INT.

Source

pub fn ch_tx_thr_event(&self, n: u8) -> CH_TX_THR_EVENT_R

The interrupt enabled bit for CH(0-3)_TX_THR_EVENT_INT.

`n` is number of field in register. `n == 0` corresponds to `CH0_TX_THR_EVENT` field.
Source

pub fn ch_tx_thr_event_iter( &self, ) -> impl Iterator<Item = CH_TX_THR_EVENT_R> + '_

Iterator for array of: The interrupt enabled bit for CH(0-3)_TX_THR_EVENT_INT.

Source

pub fn ch0_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 12 - The interrupt enabled bit for CH0_TX_THR_EVENT_INT.

Source

pub fn ch1_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 13 - The interrupt enabled bit for CH1_TX_THR_EVENT_INT.

Source

pub fn ch2_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 14 - The interrupt enabled bit for CH2_TX_THR_EVENT_INT.

Source

pub fn ch3_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 15 - The interrupt enabled bit for CH3_TX_THR_EVENT_INT.

Source

pub fn ch_tx_loop(&self, n: u8) -> CH_TX_LOOP_R

The interrupt enabled bit for CH(0-3)_TX_LOOP_INT.

`n` is number of field in register. `n == 0` corresponds to `CH0_TX_LOOP` field.
Source

pub fn ch_tx_loop_iter(&self) -> impl Iterator<Item = CH_TX_LOOP_R> + '_

Iterator for array of: The interrupt enabled bit for CH(0-3)_TX_LOOP_INT.

Source

pub fn ch0_tx_loop(&self) -> CH_TX_LOOP_R

Bit 16 - The interrupt enabled bit for CH0_TX_LOOP_INT.

Source

pub fn ch1_tx_loop(&self) -> CH_TX_LOOP_R

Bit 17 - The interrupt enabled bit for CH1_TX_LOOP_INT.

Source

pub fn ch2_tx_loop(&self) -> CH_TX_LOOP_R

Bit 18 - The interrupt enabled bit for CH2_TX_LOOP_INT.

Source

pub fn ch3_tx_loop(&self) -> CH_TX_LOOP_R

Bit 19 - The interrupt enabled bit for CH3_TX_LOOP_INT.