pub struct ADDRTIMING1_SPEC;
Expand description
Address Timing Register 1
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see addrtiming1 module
Trait Implementations§
Source§impl Readable for ADDRTIMING1_SPEC
read()
method returns addrtiming1::R reader structure
impl Readable for ADDRTIMING1_SPEC
read()
method returns addrtiming1::R reader structure
Source§impl RegisterSpec for ADDRTIMING1_SPEC
impl RegisterSpec for ADDRTIMING1_SPEC
Source§impl Resettable for ADDRTIMING1_SPEC
reset()
method sets ADDRTIMING1 to value 0x0707
impl Resettable for ADDRTIMING1_SPEC
reset()
method sets ADDRTIMING1 to value 0x0707
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for ADDRTIMING1_SPEC
write(|w| ..)
method takes addrtiming1::W writer structure
impl Writable for ADDRTIMING1_SPEC
write(|w| ..)
method takes addrtiming1::W writer structure
Auto Trait Implementations§
impl Freeze for ADDRTIMING1_SPEC
impl RefUnwindSafe for ADDRTIMING1_SPEC
impl Send for ADDRTIMING1_SPEC
impl Sync for ADDRTIMING1_SPEC
impl Unpin for ADDRTIMING1_SPEC
impl UnwindSafe for ADDRTIMING1_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