pub struct R(_);Expand description
Register INT_RAW reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn ch_tx_end(&self, n: u8) -> CH_TX_END_R
pub unsafe fn ch_tx_end(&self, n: u8) -> CH_TX_END_R
reg_ch[0-1]_tx_end_int_raw.
sourcepub fn ch0_tx_end(&self) -> CH_TX_END_R
pub fn ch0_tx_end(&self) -> CH_TX_END_R
Bit 0 - reg_ch0_tx_end_int_raw.
sourcepub fn ch1_tx_end(&self) -> CH_TX_END_R
pub fn ch1_tx_end(&self) -> CH_TX_END_R
Bit 1 - reg_ch1_tx_end_int_raw.
sourcepub unsafe fn ch_rx_end(&self, n: u8) -> CH_RX_END_R
pub unsafe fn ch_rx_end(&self, n: u8) -> CH_RX_END_R
reg_ch2_rx_end_int_raw.
sourcepub fn ch2_rx_end(&self) -> CH_RX_END_R
pub fn ch2_rx_end(&self) -> CH_RX_END_R
Bit 2 - reg_ch2_rx_end_int_raw.
sourcepub fn ch3_rx_end(&self) -> CH_RX_END_R
pub fn ch3_rx_end(&self) -> CH_RX_END_R
Bit 3 - reg_ch2_rx_end_int_raw.
sourcepub unsafe fn ch_tx_err(&self, n: u8) -> CH_TX_ERR_R
pub unsafe fn ch_tx_err(&self, n: u8) -> CH_TX_ERR_R
reg_ch[0-1]_err_int_raw.
sourcepub fn ch0_tx_err(&self) -> CH_TX_ERR_R
pub fn ch0_tx_err(&self) -> CH_TX_ERR_R
Bit 4 - reg_ch0_err_int_raw.
sourcepub fn ch1_tx_err(&self) -> CH_TX_ERR_R
pub fn ch1_tx_err(&self) -> CH_TX_ERR_R
Bit 5 - reg_ch1_err_int_raw.
sourcepub unsafe fn ch_rx_err(&self, n: u8) -> CH_RX_ERR_R
pub unsafe fn ch_rx_err(&self, n: u8) -> CH_RX_ERR_R
reg_ch2_err_int_raw.
sourcepub fn ch2_rx_err(&self) -> CH_RX_ERR_R
pub fn ch2_rx_err(&self) -> CH_RX_ERR_R
Bit 6 - reg_ch2_err_int_raw.
sourcepub fn ch3_rx_err(&self) -> CH_RX_ERR_R
pub fn ch3_rx_err(&self) -> CH_RX_ERR_R
Bit 7 - reg_ch2_err_int_raw.
sourcepub unsafe fn ch_tx_thr_event(&self, n: u8) -> CH_TX_THR_EVENT_R
pub unsafe fn ch_tx_thr_event(&self, n: u8) -> CH_TX_THR_EVENT_R
reg_ch[0-1]_tx_thr_event_int_raw.
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 8 - reg_ch0_tx_thr_event_int_raw.
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 9 - reg_ch1_tx_thr_event_int_raw.
sourcepub unsafe fn ch_rx_thr_event(&self, n: u8) -> CH_RX_THR_EVENT_R
pub unsafe fn ch_rx_thr_event(&self, n: u8) -> CH_RX_THR_EVENT_R
reg_ch2_rx_thr_event_int_raw.
sourcepub fn ch2_rx_thr_event(&self) -> CH_RX_THR_EVENT_R
pub fn ch2_rx_thr_event(&self) -> CH_RX_THR_EVENT_R
Bit 10 - reg_ch2_rx_thr_event_int_raw.
sourcepub fn ch3_rx_thr_event(&self) -> CH_RX_THR_EVENT_R
pub fn ch3_rx_thr_event(&self) -> CH_RX_THR_EVENT_R
Bit 11 - reg_ch2_rx_thr_event_int_raw.
sourcepub unsafe fn ch_tx_loop(&self, n: u8) -> CH_TX_LOOP_R
pub unsafe fn ch_tx_loop(&self, n: u8) -> CH_TX_LOOP_R
reg_ch[0-1]_tx_loop_int_raw.
sourcepub fn ch0_tx_loop(&self) -> CH_TX_LOOP_R
pub fn ch0_tx_loop(&self) -> CH_TX_LOOP_R
Bit 12 - reg_ch0_tx_loop_int_raw.
sourcepub fn ch1_tx_loop(&self) -> CH_TX_LOOP_R
pub fn ch1_tx_loop(&self) -> CH_TX_LOOP_R
Bit 13 - reg_ch1_tx_loop_int_raw.
Methods from Deref<Target = R<INT_RAW_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more