Struct atsame54p19a_pac::oscctrl::xoscctrl::STARTUP_W[][src]

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

Write proxy for field STARTUP

Implementations

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

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

Writes variant to the field

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

31 us

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

61 us

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

122 us

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

244 us

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

488 us

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

977 us

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

1953 us

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

3906 us

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

7813 us

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

15625 us

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

31250 us

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

62500 us

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

125000 us

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

250000 us

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

500000 us

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

1000000 us

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for STARTUP_W<'a>

impl<'a> !Sync for STARTUP_W<'a>

impl<'a> Unpin for STARTUP_W<'a>

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.