pub struct PINCFG1__SPEC;
Expand description
Trait Implementations
sourceimpl Readable for PINCFG1__SPEC
impl Readable for PINCFG1__SPEC
read()
method returns pincfg1_::R reader structure
sourceimpl RegisterSpec for PINCFG1__SPEC
impl RegisterSpec for PINCFG1__SPEC
sourceimpl Resettable for PINCFG1__SPEC
impl Resettable for PINCFG1__SPEC
reset()
method sets PINCFG1_%s to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for PINCFG1__SPEC
impl Writable for PINCFG1__SPEC
write(|w| ..)
method takes pincfg1_::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for PINCFG1__SPEC
impl Send for PINCFG1__SPEC
impl Sync for PINCFG1__SPEC
impl Unpin for PINCFG1__SPEC
impl UnwindSafe for PINCFG1__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