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