Struct daisy::pac::otg1_hs_global::cid::CID_SPEC
pub struct CID_SPEC;
Expand description
Trait Implementations§
§impl Resettable for CID_SPEC
impl Resettable for CID_SPEC
reset()
method sets CID to value 0x1200
§fn reset_value() -> <CID_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CID_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CID_SPEC
impl RefUnwindSafe for CID_SPEC
impl Send for CID_SPEC
impl Sync for CID_SPEC
impl Unpin for CID_SPEC
impl UnwindSafe for CID_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