pub struct R(_);
Expand description
Register INT_ST
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn ch_tx_end_int_st(&self, n: u8) -> CH_TX_END_INT_ST_R
pub unsafe fn ch_tx_end_int_st(&self, n: u8) -> CH_TX_END_INT_ST_R
reg_ch[0-1]_tx_end_int_st.
sourcepub fn ch0_tx_end_int_st(&self) -> CH_TX_END_INT_ST_R
pub fn ch0_tx_end_int_st(&self) -> CH_TX_END_INT_ST_R
Bit 0 - reg_ch0_tx_end_int_st.
sourcepub fn ch1_tx_end_int_st(&self) -> CH_TX_END_INT_ST_R
pub fn ch1_tx_end_int_st(&self) -> CH_TX_END_INT_ST_R
Bit 1 - reg_ch1_tx_end_int_st.
sourcepub unsafe fn ch_rx_end_int_st(&self, n: u8) -> CH_RX_END_INT_ST_R
pub unsafe fn ch_rx_end_int_st(&self, n: u8) -> CH_RX_END_INT_ST_R
reg_ch2_rx_end_int_st.
sourcepub fn ch2_rx_end_int_st(&self) -> CH_RX_END_INT_ST_R
pub fn ch2_rx_end_int_st(&self) -> CH_RX_END_INT_ST_R
Bit 2 - reg_ch2_rx_end_int_st.
sourcepub fn ch3_rx_end_int_st(&self) -> CH_RX_END_INT_ST_R
pub fn ch3_rx_end_int_st(&self) -> CH_RX_END_INT_ST_R
Bit 3 - reg_ch2_rx_end_int_st.
sourcepub unsafe fn ch_tx_err_int_st(&self, n: u8) -> CH_TX_ERR_INT_ST_R
pub unsafe fn ch_tx_err_int_st(&self, n: u8) -> CH_TX_ERR_INT_ST_R
reg_ch[0-1]_err_int_st.
sourcepub fn ch0_tx_err_int_st(&self) -> CH_TX_ERR_INT_ST_R
pub fn ch0_tx_err_int_st(&self) -> CH_TX_ERR_INT_ST_R
Bit 4 - reg_ch0_err_int_st.
sourcepub fn ch1_tx_err_int_st(&self) -> CH_TX_ERR_INT_ST_R
pub fn ch1_tx_err_int_st(&self) -> CH_TX_ERR_INT_ST_R
Bit 5 - reg_ch1_err_int_st.
sourcepub unsafe fn ch_rx_err_int_st(&self, n: u8) -> CH_RX_ERR_INT_ST_R
pub unsafe fn ch_rx_err_int_st(&self, n: u8) -> CH_RX_ERR_INT_ST_R
reg_ch2_err_int_st.
sourcepub fn ch2_rx_err_int_st(&self) -> CH_RX_ERR_INT_ST_R
pub fn ch2_rx_err_int_st(&self) -> CH_RX_ERR_INT_ST_R
Bit 6 - reg_ch2_err_int_st.
sourcepub fn ch3_rx_err_int_st(&self) -> CH_RX_ERR_INT_ST_R
pub fn ch3_rx_err_int_st(&self) -> CH_RX_ERR_INT_ST_R
Bit 7 - reg_ch2_err_int_st.
sourcepub unsafe fn ch_tx_thr_event_int_st(&self, n: u8) -> CH_TX_THR_EVENT_INT_ST_R
pub unsafe fn ch_tx_thr_event_int_st(&self, n: u8) -> CH_TX_THR_EVENT_INT_ST_R
reg_ch[0-1]_tx_thr_event_int_st.
sourcepub fn ch0_tx_thr_event_int_st(&self) -> CH_TX_THR_EVENT_INT_ST_R
pub fn ch0_tx_thr_event_int_st(&self) -> CH_TX_THR_EVENT_INT_ST_R
Bit 8 - reg_ch0_tx_thr_event_int_st.
sourcepub fn ch1_tx_thr_event_int_st(&self) -> CH_TX_THR_EVENT_INT_ST_R
pub fn ch1_tx_thr_event_int_st(&self) -> CH_TX_THR_EVENT_INT_ST_R
Bit 9 - reg_ch1_tx_thr_event_int_st.
sourcepub fn ch2_rx_thr_event_int_st(&self) -> CH2_RX_THR_EVENT_INT_ST_R
pub fn ch2_rx_thr_event_int_st(&self) -> CH2_RX_THR_EVENT_INT_ST_R
Bit 10 - reg_ch2_rx_thr_event_int_st.
sourcepub fn ch3_rx_thr_event_int_st(&self) -> CH3_RX_THR_EVENT_INT_ST_R
pub fn ch3_rx_thr_event_int_st(&self) -> CH3_RX_THR_EVENT_INT_ST_R
Bit 11 - reg_ch3_rx_thr_event_int_st.
sourcepub unsafe fn ch_tx_loop_int_st(&self, n: u8) -> CH_TX_LOOP_INT_ST_R
pub unsafe fn ch_tx_loop_int_st(&self, n: u8) -> CH_TX_LOOP_INT_ST_R
reg_ch[0-1]_tx_loop_int_st.
sourcepub fn ch0_tx_loop_int_st(&self) -> CH_TX_LOOP_INT_ST_R
pub fn ch0_tx_loop_int_st(&self) -> CH_TX_LOOP_INT_ST_R
Bit 12 - reg_ch0_tx_loop_int_st.
sourcepub fn ch1_tx_loop_int_st(&self) -> CH_TX_LOOP_INT_ST_R
pub fn ch1_tx_loop_int_st(&self) -> CH_TX_LOOP_INT_ST_R
Bit 13 - reg_ch1_tx_loop_int_st.
Methods from Deref<Target = R<INT_ST_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