[][src]Struct atsams70n19::afec0::afec_mr::_STARTUPW

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

Proxy

Methods

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

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

Writes variant to the field

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

0 periods of AFE clock

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

8 periods of AFE clock

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

16 periods of AFE clock

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

24 periods of AFE clock

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

64 periods of AFE clock

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

80 periods of AFE clock

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

96 periods of AFE clock

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

112 periods of AFE clock

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

512 periods of AFE clock

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

576 periods of AFE clock

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

640 periods of AFE clock

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

704 periods of AFE clock

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

768 periods of AFE clock

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

832 periods of AFE clock

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

896 periods of AFE clock

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

960 periods of AFE clock

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _STARTUPW<'a>

impl<'a> Sync for _STARTUPW<'a>

impl<'a> Send for _STARTUPW<'a>

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self