Enum atsame54p19a_pac::oscctrl::dpll::dpllctrlb::DCOFILTER_A[][src]

#[repr(u8)]pub enum DCOFILTER_A {
    FILTER1,
    FILTER2,
    FILTER3,
    FILTER4,
    FILTER5,
    FILTER6,
    FILTER7,
    FILTER8,
}

Sigma-Delta DCO Filter Selection

Value on reset: 0

Variants

FILTER1

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

FILTER2

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

FILTER3

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

FILTER4

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

FILTER5

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

FILTER6

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

FILTER7

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

FILTER8

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

Trait Implementations

impl Clone for DCOFILTER_A[src]

impl Copy for DCOFILTER_A[src]

impl Debug for DCOFILTER_A[src]

impl PartialEq<DCOFILTER_A> for DCOFILTER_A[src]

impl StructuralPartialEq for DCOFILTER_A[src]

Auto Trait Implementations

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.