pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn tamp1trg(&mut self) -> _TAMP1TRGW<'_>
pub fn tamp1trg(&mut self) -> _TAMP1TRGW<'_>
Bit 1 - Active level for tamper 1
Sourcepub fn tamp2trg(&mut self) -> _TAMP2TRGW<'_>
pub fn tamp2trg(&mut self) -> _TAMP2TRGW<'_>
Bit 4 - Active level for tamper 2
Sourcepub fn tamp3trg(&mut self) -> _TAMP3TRGW<'_>
pub fn tamp3trg(&mut self) -> _TAMP3TRGW<'_>
Bit 6 - Active level for tamper 3
Sourcepub fn tampfreq(&mut self) -> _TAMPFREQW<'_>
pub fn tampfreq(&mut self) -> _TAMPFREQW<'_>
Bits 8:10 - Tamper sampling frequency
Sourcepub fn tampprch(&mut self) -> _TAMPPRCHW<'_>
pub fn tampprch(&mut self) -> _TAMPPRCHW<'_>
Bits 13:14 - Tamper precharge duration
Sourcepub fn tamppudis(&mut self) -> _TAMPPUDISW<'_>
pub fn tamppudis(&mut self) -> _TAMPPUDISW<'_>
Bit 15 - TAMPER pull-up disable
Sourcepub fn tamp1noerase(&mut self) -> _TAMP1NOERASEW<'_>
pub fn tamp1noerase(&mut self) -> _TAMP1NOERASEW<'_>
Bit 17 - Tamper 1 no erase
Sourcepub fn tamp2noerase(&mut self) -> _TAMP2NOERASEW<'_>
pub fn tamp2noerase(&mut self) -> _TAMP2NOERASEW<'_>
Bit 20 - Tamper 2 no erase
Sourcepub fn tamp3noerase(&mut self) -> _TAMP3NOERASEW<'_>
pub fn tamp3noerase(&mut self) -> _TAMP3NOERASEW<'_>
Bit 23 - Tamper 3 no erase
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