pub struct CFGR_SPEC;
Expand description
This register can be written only when the frequency error counter is disabled (CEN bit is cleared in CRS_CR). When the counter is enabled, this register is write-protected.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see cfgr module
Trait Implementations§
§impl Resettable for CFGR_SPEC
impl Resettable for CFGR_SPEC
reset()
method sets CFGR to value 0x2022_bb7f
§fn reset_value() -> <CFGR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CFGR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CFGR_SPEC
impl RefUnwindSafe for CFGR_SPEC
impl Send for CFGR_SPEC
impl Sync for CFGR_SPEC
impl Unpin for CFGR_SPEC
impl UnwindSafe for CFGR_SPEC
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