pub struct ACR__SPEC;Expand description
Trait Implementations
sourceimpl RegisterSpec for ACR__SPEC
impl RegisterSpec for ACR__SPEC
sourceimpl Resettable for ACR__SPEC
impl Resettable for ACR__SPEC
reset() method sets ACR_ to value 0
sourcefn reset_value() -> <ACR__SPEC as RegisterSpec>::Ux
fn reset_value() -> <ACR__SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for ACR__SPEC
impl Send for ACR__SPEC
impl Sync for ACR__SPEC
impl Unpin for ACR__SPEC
impl UnwindSafe for ACR__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