pub struct R(_);
Expand description
Register DCFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn nzstsouthshk(&self) -> NZSTSOUTHSHK_R
pub fn nzstsouthshk(&self) -> NZSTSOUTHSHK_R
Bit 2
sourcepub fn perfrlint(&self) -> PERFRLINT_R
pub fn perfrlint(&self) -> PERFRLINT_R
Bits 11:12
sourcepub fn endevoutnak(&self) -> ENDEVOUTNAK_R
pub fn endevoutnak(&self) -> ENDEVOUTNAK_R
Bit 13
sourcepub fn erraticintmsk(&self) -> ERRATICINTMSK_R
pub fn erraticintmsk(&self) -> ERRATICINTMSK_R
Bit 15
sourcepub fn epmiscnt(&self) -> EPMISCNT_R
pub fn epmiscnt(&self) -> EPMISCNT_R
Bits 18:22
sourcepub fn perschintvl(&self) -> PERSCHINTVL_R
pub fn perschintvl(&self) -> PERSCHINTVL_R
Bits 24:25
sourcepub fn resvalid(&self) -> RESVALID_R
pub fn resvalid(&self) -> RESVALID_R
Bits 26:31
Methods from Deref<Target = R<DCFG_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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