pub struct R(/* private fields */);Expand description
Register SIMR3 reader
Implementations§
Source§impl R
impl R
Sourcepub fn iicstareq(&self) -> IICSTAREQ_R
pub fn iicstareq(&self) -> IICSTAREQ_R
Bit 0 - Start Condition Generation
Sourcepub fn iicrstareq(&self) -> IICRSTAREQ_R
pub fn iicrstareq(&self) -> IICRSTAREQ_R
Bit 1 - Restart Condition Generation
Sourcepub fn iicstpreq(&self) -> IICSTPREQ_R
pub fn iicstpreq(&self) -> IICSTPREQ_R
Bit 2 - Stop Condition Generation
Methods from Deref<Target = R<SIMR3_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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