[][src]Struct circuit_playground_express::sysctrl::dpllctrlb::_LTIMEW

pub struct _LTIMEW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _LTIMEW<'a>[src]

pub fn variant(self, variant: LTIMEW) -> &'a mut W[src]

Writes variant to the field

pub fn default(self) -> &'a mut W[src]

No time-out

pub fn _8ms(self) -> &'a mut W[src]

Time-out if no lock within 8 ms

pub fn _9ms(self) -> &'a mut W[src]

Time-out if no lock within 9 ms

pub fn _10ms(self) -> &'a mut W[src]

Time-out if no lock within 10 ms

pub fn _11ms(self) -> &'a mut W[src]

Time-out if no lock within 11 ms

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _LTIMEW<'a>

impl<'a> Sync for _LTIMEW<'a>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]