Struct atsame54n19a_pac::oscctrl::dpll::dpllctrlb::FILTER_W[][src]

pub struct FILTER_W<'a> { /* fields omitted */ }

Write proxy for field FILTER

Implementations

impl<'a> FILTER_W<'a>[src]

pub fn variant(self, variant: FILTER_A) -> &'a mut W[src]

Writes variant to the field

pub fn filter1(self) -> &'a mut W[src]

Bandwidth = 92.7Khz and Damping Factor = 0.76

pub fn filter2(self) -> &'a mut W[src]

Bandwidth = 131Khz and Damping Factor = 1.08

pub fn filter3(self) -> &'a mut W[src]

Bandwidth = 46.4Khz and Damping Factor = 0.38

pub fn filter4(self) -> &'a mut W[src]

Bandwidth = 65.6Khz and Damping Factor = 0.54

pub fn filter5(self) -> &'a mut W[src]

Bandwidth = 131Khz and Damping Factor = 0.56

pub fn filter6(self) -> &'a mut W[src]

Bandwidth = 185Khz and Damping Factor = 0.79

pub fn filter7(self) -> &'a mut W[src]

Bandwidth = 65.6Khz and Damping Factor = 0.28

pub fn filter8(self) -> &'a mut W[src]

Bandwidth = 92.7Khz and Damping Factor = 0.39

pub fn filter9(self) -> &'a mut W[src]

Bandwidth = 46.4Khz and Damping Factor = 1.49

pub fn filter10(self) -> &'a mut W[src]

Bandwidth = 65.6Khz and Damping Factor = 2.11

pub fn filter11(self) -> &'a mut W[src]

Bandwidth = 23.2Khz and Damping Factor = 0.75

pub fn filter12(self) -> &'a mut W[src]

Bandwidth = 32.8Khz and Damping Factor = 1.06

pub fn filter13(self) -> &'a mut W[src]

Bandwidth = 65.6Khz and Damping Factor = 1.07

pub fn filter14(self) -> &'a mut W[src]

Bandwidth = 92.7Khz and Damping Factor = 1.51

pub fn filter15(self) -> &'a mut W[src]

Bandwidth = 32.8Khz and Damping Factor = 0.53

pub fn filter16(self) -> &'a mut W[src]

Bandwidth = 46.4Khz and Damping Factor = 0.75

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for FILTER_W<'a>

impl<'a> !Sync for FILTER_W<'a>

impl<'a> Unpin for FILTER_W<'a>

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.