pub struct R(/* private fields */);
Expand description
Register CR2
reader
Implementations§
Source§impl R
impl R
Sourcepub fn tamp1noer(&self) -> TAMP1NOER_R
pub fn tamp1noer(&self) -> TAMP1NOER_R
Bit 0 - TAMP1NOER
Sourcepub fn tamp2noer(&self) -> TAMP2NOER_R
pub fn tamp2noer(&self) -> TAMP2NOER_R
Bit 1 - TAMP2NOER
Sourcepub fn tamp1msk(&self) -> TAMP1MSK_R
pub fn tamp1msk(&self) -> TAMP1MSK_R
Bit 16 - TAMP1MSK
Sourcepub fn tamp2msk(&self) -> TAMP2MSK_R
pub fn tamp2msk(&self) -> TAMP2MSK_R
Bit 17 - TAMP2MSK
Sourcepub fn tamp1trg(&self) -> TAMP1TRG_R
pub fn tamp1trg(&self) -> TAMP1TRG_R
Bit 24 - TAMP1TRG
Sourcepub fn tamp2trg(&self) -> TAMP2TRG_R
pub fn tamp2trg(&self) -> TAMP2TRG_R
Bit 25 - TAMP2TRG
Methods from Deref<Target = R<CR2_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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