Struct atsamd51g::system_control::actlr::ACTLR_SPEC   
source · [−]pub struct ACTLR_SPEC;Expand description
Trait Implementations
sourceimpl Readable for ACTLR_SPEC
 
impl Readable for ACTLR_SPEC
read() method returns actlr::R reader structure
sourceimpl RegisterSpec for ACTLR_SPEC
 
impl RegisterSpec for ACTLR_SPEC
sourceimpl Resettable for ACTLR_SPEC
 
impl Resettable for ACTLR_SPEC
reset() method sets ACTLR to value 0
sourcefn reset_value() -> Self::Ux
 
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for ACTLR_SPEC
impl Send for ACTLR_SPEC
impl Sync for ACTLR_SPEC
impl Unpin for ACTLR_SPEC
impl UnwindSafe for ACTLR_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    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