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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn trgen(&mut self) -> _TRGENW[src]

Bit 0 - Trigger Enable

pub fn trgsel(&mut self) -> _TRGSELW[src]

Bits 1:3 - Trigger Selection

pub fn sleep(&mut self) -> _SLEEPW[src]

Bit 5 - Sleep Mode

pub fn fwup(&mut self) -> _FWUPW[src]

Bit 6 - Fast Wake-up

pub fn freerun(&mut self) -> _FREERUNW[src]

Bit 7 - Free Run Mode

pub fn prescal(&mut self) -> _PRESCALW[src]

Bits 8:15 - Prescaler Rate Selection

pub fn startup(&mut self) -> _STARTUPW[src]

Bits 16:19 - Start-up Time

pub fn one(&mut self) -> _ONEW[src]

Bit 23 - One

pub fn tracktim(&mut self) -> _TRACKTIMW[src]

Bits 24:27 - Tracking Time

pub fn transfer(&mut self) -> _TRANSFERW[src]

Bits 28:29 - Transfer Period

pub fn useq(&mut self) -> _USEQW[src]

Bit 31 - User Sequence Enable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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