pub struct LOAD_SPEC;Expand description
Load value to system timer
This register you can [write_with_zero]
(crate::generic::Reg::write_with_zero), [reset]
(crate::generic::Reg::reset), write
(crate::generic::Reg::write). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [load] (index.html) module
Trait Implementations
sourceimpl RegisterSpec for LOAD_SPEC
 
impl RegisterSpec for LOAD_SPEC
sourceimpl Resettable for LOAD_SPEC
 
impl Resettable for LOAD_SPEC
reset() method sets LOAD to value 0
sourcefn reset_value() -> Self::Ux
 
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for LOAD_SPEC
impl Send for LOAD_SPEC
impl Sync for LOAD_SPEC
impl Unpin for LOAD_SPEC
impl UnwindSafe for LOAD_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more