pub struct CCFG_SPEC;
Expand description
Trait Implementations§
§impl Resettable for CCFG_SPEC
impl Resettable for CCFG_SPEC
reset()
method sets CCFG to value 0
§fn reset_value() -> <CCFG_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CCFG_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CCFG_SPEC
impl RefUnwindSafe for CCFG_SPEC
impl Send for CCFG_SPEC
impl Sync for CCFG_SPEC
impl Unpin for CCFG_SPEC
impl UnwindSafe for CCFG_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