Enum atsamd51p::oscctrl::dpll::dpllctrlb::FILTERSELECT_A

source ·
#[repr(u8)]
pub enum FILTERSELECT_A {
Show 16 variants FILTER1 = 0, FILTER2 = 1, FILTER3 = 2, FILTER4 = 3, FILTER5 = 4, FILTER6 = 5, FILTER7 = 6, FILTER8 = 7, FILTER9 = 8, FILTER10 = 9, FILTER11 = 10, FILTER12 = 11, FILTER13 = 12, FILTER14 = 13, FILTER15 = 14, FILTER16 = 15,
}
Expand description

Proportional Integral Filter Selection

Value on reset: 0

Variants§

§

FILTER1 = 0

0: Bandwidth = 92.7Khz and Damping Factor = 0.76

§

FILTER2 = 1

1: Bandwidth = 131Khz and Damping Factor = 1.08

§

FILTER3 = 2

2: Bandwidth = 46.4Khz and Damping Factor = 0.38

§

FILTER4 = 3

3: Bandwidth = 65.6Khz and Damping Factor = 0.54

§

FILTER5 = 4

4: Bandwidth = 131Khz and Damping Factor = 0.56

§

FILTER6 = 5

5: Bandwidth = 185Khz and Damping Factor = 0.79

§

FILTER7 = 6

6: Bandwidth = 65.6Khz and Damping Factor = 0.28

§

FILTER8 = 7

7: Bandwidth = 92.7Khz and Damping Factor = 0.39

§

FILTER9 = 8

8: Bandwidth = 46.4Khz and Damping Factor = 1.49

§

FILTER10 = 9

9: Bandwidth = 65.6Khz and Damping Factor = 2.11

§

FILTER11 = 10

10: Bandwidth = 23.2Khz and Damping Factor = 0.75

§

FILTER12 = 11

11: Bandwidth = 32.8Khz and Damping Factor = 1.06

§

FILTER13 = 12

12: Bandwidth = 65.6Khz and Damping Factor = 1.07

§

FILTER14 = 13

13: Bandwidth = 92.7Khz and Damping Factor = 1.51

§

FILTER15 = 14

14: Bandwidth = 32.8Khz and Damping Factor = 0.53

§

FILTER16 = 15

15: Bandwidth = 46.4Khz and Damping Factor = 0.75

Trait Implementations§

source§

impl Clone for FILTERSELECT_A

source§

fn clone(&self) -> FILTERSELECT_A

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FILTERSELECT_A

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FieldSpec for FILTERSELECT_A

§

type Ux = u8

Raw field type (u8, u16, u32, …).
source§

impl From<FILTERSELECT_A> for u8

source§

fn from(variant: FILTERSELECT_A) -> Self

Converts to this type from the input type.
source§

impl PartialEq for FILTERSELECT_A

source§

fn eq(&self, other: &FILTERSELECT_A) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for FILTERSELECT_A

source§

impl Eq for FILTERSELECT_A

source§

impl StructuralPartialEq for FILTERSELECT_A

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.