pub struct R(_);
Expand description
Register INT_ST
reader
Implementations
sourceimpl R
impl R
sourcepub fn slave_tran_comp_int_st(&self) -> SLAVE_TRAN_COMP_INT_ST_R
pub fn slave_tran_comp_int_st(&self) -> SLAVE_TRAN_COMP_INT_ST_R
Bit 0 - slave transit complete interrupt state
sourcepub fn arbitration_lost_int_st(&self) -> ARBITRATION_LOST_INT_ST_R
pub fn arbitration_lost_int_st(&self) -> ARBITRATION_LOST_INT_ST_R
Bit 1 - arbitration lost interrupt state
sourcepub fn master_tran_comp_int_st(&self) -> MASTER_TRAN_COMP_INT_ST_R
pub fn master_tran_comp_int_st(&self) -> MASTER_TRAN_COMP_INT_ST_R
Bit 2 - master transit complete interrupt state
sourcepub fn trans_complete_int_st(&self) -> TRANS_COMPLETE_INT_ST_R
pub fn trans_complete_int_st(&self) -> TRANS_COMPLETE_INT_ST_R
Bit 3 - transit complete interrupt state
sourcepub fn time_out_int_st(&self) -> TIME_OUT_INT_ST_R
pub fn time_out_int_st(&self) -> TIME_OUT_INT_ST_R
Bit 4 - time out interrupt state
sourcepub fn ack_err_int_st(&self) -> ACK_ERR_INT_ST_R
pub fn ack_err_int_st(&self) -> ACK_ERR_INT_ST_R
Bit 5 - ack error interrupt state
sourcepub fn rx_data_int_st(&self) -> RX_DATA_INT_ST_R
pub fn rx_data_int_st(&self) -> RX_DATA_INT_ST_R
Bit 6 - receive data interrupt state
sourcepub fn tx_data_int_st(&self) -> TX_DATA_INT_ST_R
pub fn tx_data_int_st(&self) -> TX_DATA_INT_ST_R
Bit 7 - transit data interrupt state
sourcepub fn detect_start_int_st(&self) -> DETECT_START_INT_ST_R
pub fn detect_start_int_st(&self) -> DETECT_START_INT_ST_R
Bit 8 - detect start interrupt state
Methods from Deref<Target = R<INT_ST_SPEC>>
Trait Implementations
sourceimpl From<R<INT_ST_SPEC>> for R
impl From<R<INT_ST_SPEC>> for R
sourcefn from(reader: R<INT_ST_SPEC>) -> Self
fn from(reader: R<INT_ST_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more