pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations
sourceimpl R
impl R
sourcepub unsafe fn ch_tx_end_int_raw(&self, n: u8) -> CH_TX_END_INT_RAW_R
pub unsafe fn ch_tx_end_int_raw(&self, n: u8) -> CH_TX_END_INT_RAW_R
The interrupt raw bit for CHANNEL[0-3]. Triggered when transmission done.
sourcepub fn ch0_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R
pub fn ch0_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R
Bit 0 - The interrupt raw bit for CHANNEL0. Triggered when transmission done.
sourcepub fn ch1_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R
pub fn ch1_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R
Bit 3 - The interrupt raw bit for CHANNEL1. Triggered when transmission done.
sourcepub fn ch2_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R
pub fn ch2_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R
Bit 6 - The interrupt raw bit for CHANNEL2. Triggered when transmission done.
sourcepub fn ch3_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R
pub fn ch3_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R
Bit 9 - The interrupt raw bit for CHANNEL3. Triggered when transmission done.
sourcepub unsafe fn ch_rx_end_int_raw(&self, n: u8) -> CH_RX_END_INT_RAW_R
pub unsafe fn ch_rx_end_int_raw(&self, n: u8) -> CH_RX_END_INT_RAW_R
The interrupt raw bit for CHANNEL[0-3]. Triggered when reception done.
sourcepub fn ch0_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R
pub fn ch0_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R
Bit 1 - The interrupt raw bit for CHANNEL0. Triggered when reception done.
sourcepub fn ch1_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R
pub fn ch1_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R
Bit 4 - The interrupt raw bit for CHANNEL1. Triggered when reception done.
sourcepub fn ch2_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R
pub fn ch2_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R
Bit 7 - The interrupt raw bit for CHANNEL2. Triggered when reception done.
sourcepub fn ch3_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R
pub fn ch3_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R
Bit 10 - The interrupt raw bit for CHANNEL3. Triggered when reception done.
sourcepub unsafe fn ch_err_int_raw(&self, n: u8) -> CH_ERR_INT_RAW_R
pub unsafe fn ch_err_int_raw(&self, n: u8) -> CH_ERR_INT_RAW_R
The interrupt raw bit for CHANNEL[0-3]. Triggered when error occurs.
sourcepub fn ch0_err_int_raw(&self) -> CH_ERR_INT_RAW_R
pub fn ch0_err_int_raw(&self) -> CH_ERR_INT_RAW_R
Bit 2 - The interrupt raw bit for CHANNEL0. Triggered when error occurs.
sourcepub fn ch1_err_int_raw(&self) -> CH_ERR_INT_RAW_R
pub fn ch1_err_int_raw(&self) -> CH_ERR_INT_RAW_R
Bit 5 - The interrupt raw bit for CHANNEL1. Triggered when error occurs.
sourcepub fn ch2_err_int_raw(&self) -> CH_ERR_INT_RAW_R
pub fn ch2_err_int_raw(&self) -> CH_ERR_INT_RAW_R
Bit 8 - The interrupt raw bit for CHANNEL2. Triggered when error occurs.
sourcepub fn ch3_err_int_raw(&self) -> CH_ERR_INT_RAW_R
pub fn ch3_err_int_raw(&self) -> CH_ERR_INT_RAW_R
Bit 11 - The interrupt raw bit for CHANNEL3. Triggered when error occurs.
sourcepub unsafe fn ch_tx_thr_event_int_raw(&self, n: u8) -> CH_TX_THR_EVENT_INT_RAW_R
pub unsafe fn ch_tx_thr_event_int_raw(&self, n: u8) -> CH_TX_THR_EVENT_INT_RAW_R
The interrupt raw bit for CHANNEL[0-3]. Triggered when transmitter sent more data than configured value.
sourcepub fn ch0_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R
pub fn ch0_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R
Bit 12 - The interrupt raw bit for CHANNEL0. Triggered when transmitter sent more data than configured value.
sourcepub fn ch1_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R
pub fn ch1_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R
Bit 13 - The interrupt raw bit for CHANNEL1. Triggered when transmitter sent more data than configured value.
sourcepub fn ch2_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R
pub fn ch2_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R
Bit 14 - The interrupt raw bit for CHANNEL2. Triggered when transmitter sent more data than configured value.
sourcepub fn ch3_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R
pub fn ch3_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R
Bit 15 - The interrupt raw bit for CHANNEL3. Triggered when transmitter sent more data than configured value.
sourcepub unsafe fn ch_tx_loop_int_raw(&self, n: u8) -> CH_TX_LOOP_INT_RAW_R
pub unsafe fn ch_tx_loop_int_raw(&self, n: u8) -> CH_TX_LOOP_INT_RAW_R
The interrupt raw bit for CHANNEL[0-3]. Triggered when the loop count reaches the configured threshold value.
sourcepub fn ch0_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R
pub fn ch0_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R
Bit 16 - The interrupt raw bit for CHANNEL0. Triggered when the loop count reaches the configured threshold value.
sourcepub fn ch1_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R
pub fn ch1_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R
Bit 17 - The interrupt raw bit for CHANNEL1. Triggered when the loop count reaches the configured threshold value.
sourcepub fn ch2_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R
pub fn ch2_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R
Bit 18 - The interrupt raw bit for CHANNEL2. Triggered when the loop count reaches the configured threshold value.
sourcepub fn ch3_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R
pub fn ch3_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R
Bit 19 - The interrupt raw bit for CHANNEL3. Triggered when the loop count reaches the configured threshold value.