pub struct CMD15_SPEC;Expand description
Trait Implementations
sourceimpl Readable for CMD15_SPEC
impl Readable for CMD15_SPEC
read() method returns cmd15::R reader structure
sourceimpl RegisterSpec for CMD15_SPEC
impl RegisterSpec for CMD15_SPEC
sourceimpl Resettable for CMD15_SPEC
impl Resettable for CMD15_SPEC
reset() method sets CMD15 to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for CMD15_SPEC
impl Send for CMD15_SPEC
impl Sync for CMD15_SPEC
impl Unpin for CMD15_SPEC
impl UnwindSafe for CMD15_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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