Enum atsamd21e18a::sysctrl::dpllctrlb::FILTERR[][src]

pub enum FILTERR {
    DEFAULT,
    LBFILT,
    HBFILT,
    HDFILT,
}

Possible values of the field FILTER

Variants

Default filter mode

Low bandwidth filter

High bandwidth filter

High damping filter

Methods

impl FILTERR
[src]

Value of the field as raw bits

Checks if the value of the field is DEFAULT

Checks if the value of the field is LBFILT

Checks if the value of the field is HBFILT

Checks if the value of the field is HDFILT

Trait Implementations

impl Clone for FILTERR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FILTERR
[src]

impl Debug for FILTERR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for FILTERR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for FILTERR

impl Sync for FILTERR