Struct atsamd51n::system_control::cpacr::CPACR_SPEC
source · [−]pub struct CPACR_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for CPACR_SPEC
impl Readable for CPACR_SPEC
read()
method returns cpacr::R reader structure
sourceimpl RegisterSpec for CPACR_SPEC
impl RegisterSpec for CPACR_SPEC
sourceimpl Resettable for CPACR_SPEC
impl Resettable for CPACR_SPEC
reset()
method sets CPACR to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for CPACR_SPEC
impl Send for CPACR_SPEC
impl Sync for CPACR_SPEC
impl Unpin for CPACR_SPEC
impl UnwindSafe for CPACR_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