Type Alias R

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

Register INT_RAW 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 raw bit for channel (0-7) turns to high level when the transmit process is done.

`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 raw bit for channel (0-7) turns to high level when the transmit process is done.

Source

pub fn ch0_tx_end(&self) -> CH_TX_END_R

Bit 0 - The interrupt raw bit for channel 0 turns to high level when the transmit process is done.

Source

pub fn ch1_tx_end(&self) -> CH_TX_END_R

Bit 3 - The interrupt raw bit for channel 1 turns to high level when the transmit process is done.

Source

pub fn ch2_tx_end(&self) -> CH_TX_END_R

Bit 6 - The interrupt raw bit for channel 2 turns to high level when the transmit process is done.

Source

pub fn ch3_tx_end(&self) -> CH_TX_END_R

Bit 9 - The interrupt raw bit for channel 3 turns to high level when the transmit process is done.

Source

pub fn ch4_tx_end(&self) -> CH_TX_END_R

Bit 12 - The interrupt raw bit for channel 4 turns to high level when the transmit process is done.

Source

pub fn ch5_tx_end(&self) -> CH_TX_END_R

Bit 15 - The interrupt raw bit for channel 5 turns to high level when the transmit process is done.

Source

pub fn ch6_tx_end(&self) -> CH_TX_END_R

Bit 18 - The interrupt raw bit for channel 6 turns to high level when the transmit process is done.

Source

pub fn ch7_tx_end(&self) -> CH_TX_END_R

Bit 21 - The interrupt raw bit for channel 7 turns to high level when the transmit process is done.

Source

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

The interrupt raw bit for channel (0-7) turns to high level when the receive process is done.

`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 raw bit for channel (0-7) turns to high level when the receive process is done.

Source

pub fn ch0_rx_end(&self) -> CH_RX_END_R

Bit 1 - The interrupt raw bit for channel 0 turns to high level when the receive process is done.

Source

pub fn ch1_rx_end(&self) -> CH_RX_END_R

Bit 4 - The interrupt raw bit for channel 1 turns to high level when the receive process is done.

Source

pub fn ch2_rx_end(&self) -> CH_RX_END_R

Bit 7 - The interrupt raw bit for channel 2 turns to high level when the receive process is done.

Source

pub fn ch3_rx_end(&self) -> CH_RX_END_R

Bit 10 - The interrupt raw bit for channel 3 turns to high level when the receive process is done.

Source

pub fn ch4_rx_end(&self) -> CH_RX_END_R

Bit 13 - The interrupt raw bit for channel 4 turns to high level when the receive process is done.

Source

pub fn ch5_rx_end(&self) -> CH_RX_END_R

Bit 16 - The interrupt raw bit for channel 5 turns to high level when the receive process is done.

Source

pub fn ch6_rx_end(&self) -> CH_RX_END_R

Bit 19 - The interrupt raw bit for channel 6 turns to high level when the receive process is done.

Source

pub fn ch7_rx_end(&self) -> CH_RX_END_R

Bit 22 - The interrupt raw bit for channel 7 turns to high level when the receive process is done.

Source

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

todo

`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: todo

Source

pub fn ch0_err(&self) -> CH_ERR_R

Bit 2 - todo

Source

pub fn ch1_err(&self) -> CH_ERR_R

Bit 5 - todo

Source

pub fn ch2_err(&self) -> CH_ERR_R

Bit 8 - todo

Source

pub fn ch3_err(&self) -> CH_ERR_R

Bit 11 - todo

Source

pub fn ch4_err(&self) -> CH_ERR_R

Bit 14 - todo

Source

pub fn ch5_err(&self) -> CH_ERR_R

Bit 17 - todo

Source

pub fn ch6_err(&self) -> CH_ERR_R

Bit 20 - todo

Source

pub fn ch7_err(&self) -> CH_ERR_R

Bit 23 - todo

Source

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

todo

`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: todo

Source

pub fn ch0_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 24 - todo

Source

pub fn ch1_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 25 - todo

Source

pub fn ch2_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 26 - todo

Source

pub fn ch3_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 27 - todo

Source

pub fn ch4_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 28 - todo

Source

pub fn ch5_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 29 - todo

Source

pub fn ch6_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 30 - todo

Source

pub fn ch7_tx_thr_event(&self) -> CH_TX_THR_EVENT_R

Bit 31 - todo