atsamd21g::sysctrl::dpllctrlb

Type Alias LtimeW

Source
pub type LtimeW<'a, REG> = FieldWriter<'a, REG, 3, Ltimeselect>;
Expand description

Field LTIME writer - Lock Time

Aliased Type§

struct LtimeW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> LtimeW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn default(self) -> &'a mut W<REG>

No time-out

Source

pub fn _8ms(self) -> &'a mut W<REG>

Time-out if no lock within 8 ms

Source

pub fn _9ms(self) -> &'a mut W<REG>

Time-out if no lock within 9 ms

Source

pub fn _10ms(self) -> &'a mut W<REG>

Time-out if no lock within 10 ms

Source

pub fn _11ms(self) -> &'a mut W<REG>

Time-out if no lock within 11 ms