pub type R = R<INT_ENA_SPEC>;
Expand description
Register INT_ENA
reader
Aliased Type§
pub struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn ch_tx_end(&self, n: u8) -> CH_TX_END_R
pub fn ch_tx_end(&self, n: u8) -> CH_TX_END_R
The interrupt enabled bit for CH(0-3)_TX_END_INT.
Sourcepub fn ch_tx_end_iter(&self) -> impl Iterator<Item = CH_TX_END_R> + '_
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.
Sourcepub fn ch0_tx_end(&self) -> CH_TX_END_R
pub fn ch0_tx_end(&self) -> CH_TX_END_R
Bit 0 - The interrupt enabled bit for CH0_TX_END_INT.
Sourcepub fn ch1_tx_end(&self) -> CH_TX_END_R
pub fn ch1_tx_end(&self) -> CH_TX_END_R
Bit 3 - The interrupt enabled bit for CH1_TX_END_INT.
Sourcepub fn ch2_tx_end(&self) -> CH_TX_END_R
pub fn ch2_tx_end(&self) -> CH_TX_END_R
Bit 6 - The interrupt enabled bit for CH2_TX_END_INT.
Sourcepub fn ch3_tx_end(&self) -> CH_TX_END_R
pub fn ch3_tx_end(&self) -> CH_TX_END_R
Bit 9 - The interrupt enabled bit for CH3_TX_END_INT.
Sourcepub fn ch_rx_end(&self, n: u8) -> CH_RX_END_R
pub fn ch_rx_end(&self, n: u8) -> CH_RX_END_R
The interrupt enabled bit for CH(0-3)_RX_END_INT.
Sourcepub fn ch_rx_end_iter(&self) -> impl Iterator<Item = CH_RX_END_R> + '_
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.
Sourcepub fn ch0_rx_end(&self) -> CH_RX_END_R
pub fn ch0_rx_end(&self) -> CH_RX_END_R
Bit 1 - The interrupt enabled bit for CH0_RX_END_INT.
Sourcepub fn ch1_rx_end(&self) -> CH_RX_END_R
pub fn ch1_rx_end(&self) -> CH_RX_END_R
Bit 4 - The interrupt enabled bit for CH1_RX_END_INT.
Sourcepub fn ch2_rx_end(&self) -> CH_RX_END_R
pub fn ch2_rx_end(&self) -> CH_RX_END_R
Bit 7 - The interrupt enabled bit for CH2_RX_END_INT.
Sourcepub fn ch3_rx_end(&self) -> CH_RX_END_R
pub fn ch3_rx_end(&self) -> CH_RX_END_R
Bit 10 - The interrupt enabled bit for CH3_RX_END_INT.
Sourcepub fn ch_err(&self, n: u8) -> CH_ERR_R
pub fn ch_err(&self, n: u8) -> CH_ERR_R
The interrupt enabled bit for CH(0-3)_ERR_INT.
Sourcepub fn ch_err_iter(&self) -> impl Iterator<Item = CH_ERR_R> + '_
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.
Sourcepub fn ch_tx_thr_event(&self, n: u8) -> CH_TX_THR_EVENT_R
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.
Sourcepub fn ch_tx_thr_event_iter(
&self,
) -> impl Iterator<Item = CH_TX_THR_EVENT_R> + '_
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.
Sourcepub fn ch0_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
pub fn ch0_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
Bit 12 - The interrupt enabled bit for CH0_TX_THR_EVENT_INT.
Sourcepub fn ch1_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
pub fn ch1_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
Bit 13 - The interrupt enabled bit for CH1_TX_THR_EVENT_INT.
Sourcepub fn ch2_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
pub fn ch2_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
Bit 14 - The interrupt enabled bit for CH2_TX_THR_EVENT_INT.
Sourcepub fn ch3_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
pub fn ch3_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
Bit 15 - The interrupt enabled bit for CH3_TX_THR_EVENT_INT.
Sourcepub fn ch_tx_loop(&self, n: u8) -> CH_TX_LOOP_R
pub fn ch_tx_loop(&self, n: u8) -> CH_TX_LOOP_R
The interrupt enabled bit for CH(0-3)_TX_LOOP_INT.
Sourcepub fn ch_tx_loop_iter(&self) -> impl Iterator<Item = CH_TX_LOOP_R> + '_
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.
Sourcepub fn ch0_tx_loop(&self) -> CH_TX_LOOP_R
pub fn ch0_tx_loop(&self) -> CH_TX_LOOP_R
Bit 16 - The interrupt enabled bit for CH0_TX_LOOP_INT.
Sourcepub fn ch1_tx_loop(&self) -> CH_TX_LOOP_R
pub fn ch1_tx_loop(&self) -> CH_TX_LOOP_R
Bit 17 - The interrupt enabled bit for CH1_TX_LOOP_INT.
Sourcepub fn ch2_tx_loop(&self) -> CH_TX_LOOP_R
pub fn ch2_tx_loop(&self) -> CH_TX_LOOP_R
Bit 18 - The interrupt enabled bit for CH2_TX_LOOP_INT.
Sourcepub fn ch3_tx_loop(&self) -> CH_TX_LOOP_R
pub fn ch3_tx_loop(&self) -> CH_TX_LOOP_R
Bit 19 - The interrupt enabled bit for CH3_TX_LOOP_INT.