pub struct W(/* private fields */);
Expand description
Register CR2
writer
Implementations§
Source§impl W
impl W
Sourcepub fn tamp1noer(&mut self) -> TAMP1NOER_W<'_>
pub fn tamp1noer(&mut self) -> TAMP1NOER_W<'_>
Bit 0 - TAMP1NOER
Sourcepub fn tamp2noer(&mut self) -> TAMP2NOER_W<'_>
pub fn tamp2noer(&mut self) -> TAMP2NOER_W<'_>
Bit 1 - TAMP2NOER
Sourcepub fn tamp1msk(&mut self) -> TAMP1MSK_W<'_>
pub fn tamp1msk(&mut self) -> TAMP1MSK_W<'_>
Bit 16 - TAMP1MSK
Sourcepub fn tamp2msk(&mut self) -> TAMP2MSK_W<'_>
pub fn tamp2msk(&mut self) -> TAMP2MSK_W<'_>
Bit 17 - TAMP2MSK
Sourcepub fn tamp1trg(&mut self) -> TAMP1TRG_W<'_>
pub fn tamp1trg(&mut self) -> TAMP1TRG_W<'_>
Bit 24 - TAMP1TRG
Sourcepub fn tamp2trg(&mut self) -> TAMP2TRG_W<'_>
pub fn tamp2trg(&mut self) -> TAMP2TRG_W<'_>
Bit 25 - TAMP2TRG
Methods from Deref<Target = W<CR2_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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