pub struct R(_);
Expand description
Register INT_CLR
reader
Implementations§
§impl R
impl R
pub fn slave_trans_complete_int_clr(&self) -> BitReaderRaw<bool>
pub fn slave_trans_complete_int_clr(&self) -> BitReaderRaw<bool>
Bit 4
pub fn arbitration_lost_int_clr(&self) -> BitReaderRaw<bool>
pub fn arbitration_lost_int_clr(&self) -> BitReaderRaw<bool>
Bit 5
pub fn master_trans_complete_int_clr(&self) -> BitReaderRaw<bool>
pub fn master_trans_complete_int_clr(&self) -> BitReaderRaw<bool>
Bit 6
pub fn trans_complete_int_clr(&self) -> BitReaderRaw<bool>
pub fn trans_complete_int_clr(&self) -> BitReaderRaw<bool>
Bit 7
Methods from Deref<Target = R<INT_CLR_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_CLR_SPEC>> for R
impl From<R<INT_CLR_SPEC>> for R
§fn from(reader: R<INT_CLR_SPEC>) -> R
fn from(reader: R<INT_CLR_SPEC>) -> R
Converts to this type from the input type.