pub struct R(/* private fields */);Expand description
Register TAMPCR reader
Implementations§
Source§impl R
impl R
Sourcepub fn tamp1trg(&self) -> TAMP1TRG_R
pub fn tamp1trg(&self) -> TAMP1TRG_R
Bit 1 - Active level for tamper 1
Sourcepub fn tamp2trg(&self) -> TAMP2TRG_R
pub fn tamp2trg(&self) -> TAMP2TRG_R
Bit 4 - Active level for tamper 2
Sourcepub fn tamp3trg(&self) -> TAMP3TRG_R
pub fn tamp3trg(&self) -> TAMP3TRG_R
Bit 6 - Active level for tamper 3
Sourcepub fn tampfreq(&self) -> TAMPFREQ_R
pub fn tampfreq(&self) -> TAMPFREQ_R
Bits 8:10 - Tamper sampling frequency
Sourcepub fn tampprch(&self) -> TAMPPRCH_R
pub fn tampprch(&self) -> TAMPPRCH_R
Bits 13:14 - Tamper precharge duration
Sourcepub fn tamppudis(&self) -> TAMPPUDIS_R
pub fn tamppudis(&self) -> TAMPPUDIS_R
Bit 15 - TAMPER pull-up disable
Sourcepub fn tamp1noerase(&self) -> TAMP1NOERASE_R
pub fn tamp1noerase(&self) -> TAMP1NOERASE_R
Bit 17 - Tamper 1 no erase
Sourcepub fn tamp2noerase(&self) -> TAMP2NOERASE_R
pub fn tamp2noerase(&self) -> TAMP2NOERASE_R
Bit 20 - Tamper 2 no erase
Sourcepub fn tamp3noerase(&self) -> TAMP3NOERASE_R
pub fn tamp3noerase(&self) -> TAMP3NOERASE_R
Bit 23 - Tamper 3 no erase
Methods from Deref<Target = R<TAMPCR_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