pub struct STATUSA_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for STATUSA_SPEC
impl Readable for STATUSA_SPEC
read()
method returns statusa::R reader structure
sourceimpl RegisterSpec for STATUSA_SPEC
impl RegisterSpec for STATUSA_SPEC
sourceimpl Resettable for STATUSA_SPEC
impl Resettable for STATUSA_SPEC
reset()
method sets STATUSA to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for STATUSA_SPEC
impl Send for STATUSA_SPEC
impl Sync for STATUSA_SPEC
impl Unpin for STATUSA_SPEC
impl UnwindSafe for STATUSA_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