pub type R = R<INT_RAW_SPEC>;
Expand description
Register INT_RAW
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 raw bit for channel (0-7) turns to high level when the transmit process is done.
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 raw bit for channel (0-7) turns to high level when the transmit process is done.
Sourcepub fn ch0_tx_end(&self) -> CH_TX_END_R
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.
Sourcepub fn ch1_tx_end(&self) -> CH_TX_END_R
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.
Sourcepub fn ch2_tx_end(&self) -> CH_TX_END_R
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.
Sourcepub fn ch3_tx_end(&self) -> CH_TX_END_R
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.
Sourcepub fn ch4_tx_end(&self) -> CH_TX_END_R
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.
Sourcepub fn ch5_tx_end(&self) -> CH_TX_END_R
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.
Sourcepub fn ch6_tx_end(&self) -> CH_TX_END_R
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.
Sourcepub fn ch7_tx_end(&self) -> CH_TX_END_R
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.
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 raw bit for channel (0-7) turns to high level when the receive process is done.
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 raw bit for channel (0-7) turns to high level when the receive process is done.
Sourcepub fn ch0_rx_end(&self) -> CH_RX_END_R
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.
Sourcepub fn ch1_rx_end(&self) -> CH_RX_END_R
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.
Sourcepub fn ch2_rx_end(&self) -> CH_RX_END_R
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.
Sourcepub fn ch3_rx_end(&self) -> CH_RX_END_R
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.
Sourcepub fn ch4_rx_end(&self) -> CH_RX_END_R
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.
Sourcepub fn ch5_rx_end(&self) -> CH_RX_END_R
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.
Sourcepub fn ch6_rx_end(&self) -> CH_RX_END_R
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.
Sourcepub fn ch7_rx_end(&self) -> CH_RX_END_R
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.
Sourcepub fn ch_err(&self, n: u8) -> CH_ERR_R
pub fn ch_err(&self, n: u8) -> CH_ERR_R
todo
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: todo
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
todo
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: todo
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 24 - todo
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 25 - todo
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 26 - todo
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 27 - todo
Sourcepub fn ch4_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
pub fn ch4_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
Bit 28 - todo
Sourcepub fn ch5_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
pub fn ch5_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
Bit 29 - todo
Sourcepub fn ch6_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
pub fn ch6_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
Bit 30 - todo
Sourcepub fn ch7_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
pub fn ch7_tx_thr_event(&self) -> CH_TX_THR_EVENT_R
Bit 31 - todo