pub struct R(/* private fields */);
Expand description
Register DCFG
reader
Implementations§
Source§impl R
impl R
Sourcepub fn nzstsouthshk(&self) -> NZSTSOUTHSHK_R
pub fn nzstsouthshk(&self) -> NZSTSOUTHSHK_R
Bit 2 - Non-Zero-Length Status OUT Handshake
Sourcepub fn ena32khzsusp(&self) -> ENA32KHZSUSP_R
pub fn ena32khzsusp(&self) -> ENA32KHZSUSP_R
Bit 3 - Enable 32 KHz Suspend mode
Sourcepub fn perfrint(&self) -> PERFRINT_R
pub fn perfrint(&self) -> PERFRINT_R
Bits 11:12 - Periodic Frame Interval
Sourcepub fn erraticintmsk(&self) -> ERRATICINTMSK_R
pub fn erraticintmsk(&self) -> ERRATICINTMSK_R
Bit 15
Sourcepub fn resvalid(&self) -> RESVALID_R
pub fn resvalid(&self) -> RESVALID_R
Bits 26:31 - Resume Validation Period
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