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