Type Alias atsamd51p::oscctrl::dpll::dpllctrlb::LTIME_W

source ·
pub type LTIME_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 3, O, LTIMESELECT_A>;
Expand description

Field LTIME writer - Lock Time

Aliased Type§

struct LTIME_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> LTIME_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

No time-out. Automatic lock

source

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

Time-out if no lock within 800us

source

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

Time-out if no lock within 900us

source

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

Time-out if no lock within 1ms

source

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

Time-out if no lock within 1.1ms