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