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

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

Values that can be written to the field FILTER

Variants

Default filter mode

Low bandwidth filter

High bandwidth filter

High damping filter

Auto Trait Implementations

impl Send for FILTERW

impl Sync for FILTERW