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