pub struct TIMEBASE_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for TIMEBASE_SPEC
read()
method returns timebase::R reader structure
impl Readable for TIMEBASE_SPEC
read()
method returns timebase::R reader structure
Source§impl RegisterSpec for TIMEBASE_SPEC
impl RegisterSpec for TIMEBASE_SPEC
Source§impl Resettable for TIMEBASE_SPEC
reset()
method sets TIMEBASE to value 0x10
impl Resettable for TIMEBASE_SPEC
reset()
method sets TIMEBASE to value 0x10
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for TIMEBASE_SPEC
write(|w| ..)
method takes timebase::W writer structure
impl Writable for TIMEBASE_SPEC
write(|w| ..)
method takes timebase::W writer structure
Auto Trait Implementations§
impl Freeze for TIMEBASE_SPEC
impl RefUnwindSafe for TIMEBASE_SPEC
impl Send for TIMEBASE_SPEC
impl Sync for TIMEBASE_SPEC
impl Unpin for TIMEBASE_SPEC
impl UnwindSafe for TIMEBASE_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