pub struct Cid0Spec;
Trait Implementations§
Source§impl Resettable for Cid0Spec
reset()
method sets CID0 to value 0x0d
impl Resettable for Cid0Spec
reset()
method sets CID0 to value 0x0d
Source§const RESET_VALUE: u32 = 13u32
const RESET_VALUE: u32 = 13u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for Cid0Spec
read()
method returns cid0::R
reader structure
Auto Trait Implementations§
impl Freeze for Cid0Spec
impl RefUnwindSafe for Cid0Spec
impl Send for Cid0Spec
impl Sync for Cid0Spec
impl Unpin for Cid0Spec
impl UnwindSafe for Cid0Spec
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