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