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