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