Struct atsamd51n::eic::dprescaler::DPRESCALER_SPEC   
source · [−]pub struct DPRESCALER_SPEC;Expand description
Debouncer Prescaler
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see dprescaler module
Trait Implementations
sourceimpl Readable for DPRESCALER_SPEC
 
impl Readable for DPRESCALER_SPEC
read() method returns dprescaler::R reader structure
sourceimpl RegisterSpec for DPRESCALER_SPEC
 
impl RegisterSpec for DPRESCALER_SPEC
sourceimpl Resettable for DPRESCALER_SPEC
 
impl Resettable for DPRESCALER_SPEC
reset() method sets DPRESCALER to value 0
sourcefn reset_value() -> Self::Ux
 
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for DPRESCALER_SPEC
 
impl Writable for DPRESCALER_SPEC
write(|w| ..) method takes dprescaler::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for DPRESCALER_SPEC
impl Send for DPRESCALER_SPEC
impl Sync for DPRESCALER_SPEC
impl Unpin for DPRESCALER_SPEC
impl UnwindSafe for DPRESCALER_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