atsamd21g::sysctrl::dpllctrlb

Type Alias LtimeR

Source
pub type LtimeR = FieldReader<Ltimeselect>;
Expand description

Field LTIME reader - Lock Time

Aliased Type§

struct LtimeR { /* private fields */ }

Implementations§

Source§

impl LtimeR

Source

pub const fn variant(&self) -> Option<Ltimeselect>

Get enumerated values variant

Source

pub fn is_default(&self) -> bool

No time-out

Source

pub fn is_8ms(&self) -> bool

Time-out if no lock within 8 ms

Source

pub fn is_9ms(&self) -> bool

Time-out if no lock within 9 ms

Source

pub fn is_10ms(&self) -> bool

Time-out if no lock within 10 ms

Source

pub fn is_11ms(&self) -> bool

Time-out if no lock within 11 ms