pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn tamppudis(&self) -> TAMPPUDISR
pub fn tamppudis(&self) -> TAMPPUDISR
Bit 15 - TAMPER pull-up disable
Sourcepub fn tamp1noerase(&self) -> TAMP1NOERASER
pub fn tamp1noerase(&self) -> TAMP1NOERASER
Bit 17 - Tamper 1 no erase
Sourcepub fn tamp2noerase(&self) -> TAMP2NOERASER
pub fn tamp2noerase(&self) -> TAMP2NOERASER
Bit 20 - Tamper 2 no erase
Sourcepub fn tamp3noerase(&self) -> TAMP3NOERASER
pub fn tamp3noerase(&self) -> TAMP3NOERASER
Bit 23 - Tamper 3 no erase
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