pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations
sourceimpl R
impl R
sourcepub fn slave_tran_comp_int_raw(&self) -> SLAVE_TRAN_COMP_INT_RAW_R
pub fn slave_tran_comp_int_raw(&self) -> SLAVE_TRAN_COMP_INT_RAW_R
Bit 0 - slave transit complete interrupt raw
sourcepub fn arbitration_lost_int_raw(&self) -> ARBITRATION_LOST_INT_RAW_R
pub fn arbitration_lost_int_raw(&self) -> ARBITRATION_LOST_INT_RAW_R
Bit 1 - arbitration lost interrupt raw
sourcepub fn master_tran_comp_int_raw(&self) -> MASTER_TRAN_COMP_INT_RAW_R
pub fn master_tran_comp_int_raw(&self) -> MASTER_TRAN_COMP_INT_RAW_R
Bit 2 - master transit complete interrupt raw
sourcepub fn trans_complete_int_raw(&self) -> TRANS_COMPLETE_INT_RAW_R
pub fn trans_complete_int_raw(&self) -> TRANS_COMPLETE_INT_RAW_R
Bit 3 - transit complete interrupt raw
sourcepub fn time_out_int_raw(&self) -> TIME_OUT_INT_RAW_R
pub fn time_out_int_raw(&self) -> TIME_OUT_INT_RAW_R
Bit 4 - time out interrupt raw
sourcepub fn ack_err_int_raw(&self) -> ACK_ERR_INT_RAW_R
pub fn ack_err_int_raw(&self) -> ACK_ERR_INT_RAW_R
Bit 5 - ack error interrupt raw
sourcepub fn rx_data_int_raw(&self) -> RX_DATA_INT_RAW_R
pub fn rx_data_int_raw(&self) -> RX_DATA_INT_RAW_R
Bit 6 - receive data interrupt raw
sourcepub fn tx_data_int_raw(&self) -> TX_DATA_INT_RAW_R
pub fn tx_data_int_raw(&self) -> TX_DATA_INT_RAW_R
Bit 7 - transit data interrupt raw
sourcepub fn detect_start_int_raw(&self) -> DETECT_START_INT_RAW_R
pub fn detect_start_int_raw(&self) -> DETECT_START_INT_RAW_R
Bit 8 - detect start interrupt raw
Methods from Deref<Target = R<INT_RAW_SPEC>>
Trait Implementations
sourceimpl From<R<INT_RAW_SPEC>> for R
impl From<R<INT_RAW_SPEC>> for R
sourcefn from(reader: R<INT_RAW_SPEC>) -> Self
fn from(reader: R<INT_RAW_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