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