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

pub enum LTIMER {
    DEFAULT,
    _8MS,
    _9MS,
    _10MS,
    _11MS,
    _Reserved(u8),
}

Possible values of the field LTIME

Variants

No time-out

Time-out if no lock within 8 ms

Time-out if no lock within 9 ms

Time-out if no lock within 10 ms

Time-out if no lock within 11 ms

Reserved

Methods

impl LTIMER
[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 _8MS

Checks if the value of the field is _9MS

Checks if the value of the field is _10MS

Checks if the value of the field is _11MS

Trait Implementations

impl Clone for LTIMER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LTIMER
[src]

impl Debug for LTIMER
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LTIMER
[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 LTIMER

impl Sync for LTIMER