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