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

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

Write proxy for field DCOFILTER

Implementations

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

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

Writes variant to the field

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

Capacitor(pF) = 0.5 and Bandwidth Fn (MHz) = 3.21

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

Capacitor(pF) = 1 and Bandwidth Fn (MHz) = 1.6

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

Capacitor(pF) = 1.5 and Bandwidth Fn (MHz) = 1.1

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

Capacitor(pF) = 2 and Bandwidth Fn (MHz) = 0.8

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

Capacitor(pF) = 2.5 and Bandwidth Fn (MHz) = 0.64

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

Capacitor(pF) = 3 and Bandwidth Fn (MHz) = 0.55

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

Capacitor(pF) = 3.5 and Bandwidth Fn (MHz) = 0.45

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

Capacitor(pF) = 4 and Bandwidth Fn (MHz) = 0.4

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for DCOFILTER_W<'a>

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

impl<'a> Unpin for DCOFILTER_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.