pub struct R(/* private fields */);Expand description
Register HCFG reader
Implementations§
Source§impl R
impl R
Sourcepub fn fslspclksel(&self) -> FSLSPCLKSEL_R
pub fn fslspclksel(&self) -> FSLSPCLKSEL_R
Bits 0:1 - FS/LS PHY Clock Select
Sourcepub fn fslssupp(&self) -> FSLSSUPP_R
pub fn fslssupp(&self) -> FSLSSUPP_R
Bit 2 - FS- and LS-Only Support
Sourcepub fn ena32khzs(&self) -> ENA32KHZS_R
pub fn ena32khzs(&self) -> ENA32KHZS_R
Bit 7 - Enable 32 KHz Suspend mode
Sourcepub fn resvalid(&self) -> RESVALID_R
pub fn resvalid(&self) -> RESVALID_R
Bits 8:15 - Resume Validation Period
Sourcepub fn modechtimen(&self) -> MODECHTIMEN_R
pub fn modechtimen(&self) -> MODECHTIMEN_R
Bit 31 - Mode Change Time
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