pub struct R(_);Expand description
Register HWCFGR1 reader
Implementations
sourceimpl R
impl R
sourcepub fn backup_regs(&self) -> BACKUP_REGS_R
pub fn backup_regs(&self) -> BACKUP_REGS_R
Bits 0:7 - BACKUP_REGS
sourcepub fn active_tamper(&self) -> ACTIVE_TAMPER_R
pub fn active_tamper(&self) -> ACTIVE_TAMPER_R
Bits 12:15 - ACTIVE_TAMPER
sourcepub fn int_tamper(&self) -> INT_TAMPER_R
pub fn int_tamper(&self) -> INT_TAMPER_R
Bits 16:31 - INT_TAMPER
Methods from Deref<Target = R<HWCFGR1_SPEC>>
Trait Implementations
sourceimpl From<R<HWCFGR1_SPEC>> for R
impl From<R<HWCFGR1_SPEC>> for R
sourcefn from(reader: R<HWCFGR1_SPEC>) -> Self
fn from(reader: R<HWCFGR1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more