[]Struct metro_m4::target_device::eic::dprescaler::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn prescaler0(&mut self) -> _PRESCALER0W

Bits 0:2 - Debouncer Prescaler

pub fn prescaler1(&mut self) -> _PRESCALER1W

Bits 4:6 - Debouncer Prescaler

pub fn states0(&mut self) -> _STATES0W

Bit 3 - Debouncer number of states

pub fn states1(&mut self) -> _STATES1W

Bit 7 - Debouncer number of states

pub fn tickon(&mut self) -> _TICKONW

Bit 16 - Pin Sampler frequency selection

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self