pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
§impl R
impl R
pub fn slave_trans_complete_int_raw(&self) -> BitReaderRaw<bool>
pub fn slave_trans_complete_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - Slave accepted 1 byte and address matched
pub fn arbitration_lost_int_raw(&self) -> BitReaderRaw<bool>
pub fn arbitration_lost_int_raw(&self) -> BitReaderRaw<bool>
Bit 4 - Master lost arbitration
pub fn master_trans_complete_int_raw(&self) -> BitReaderRaw<bool>
pub fn master_trans_complete_int_raw(&self) -> BitReaderRaw<bool>
Bit 5
pub fn trans_complete_int_raw(&self) -> BitReaderRaw<bool>
pub fn trans_complete_int_raw(&self) -> BitReaderRaw<bool>
Bit 6 - Stop condition has been detected interrupt raw status
pub fn time_out_int_raw(&self) -> BitReaderRaw<bool>
pub fn time_out_int_raw(&self) -> BitReaderRaw<bool>
Bit 7 - time out interrupt raw status
Methods from Deref<Target = R<INT_RAW_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<INT_RAW_SPEC>> for R
impl From<R<INT_RAW_SPEC>> for R
§fn from(reader: R<INT_RAW_SPEC>) -> R
fn from(reader: R<INT_RAW_SPEC>) -> R
Converts to this type from the input type.