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