[][src]Struct atsams70q19b::afec0::afec_emr::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 cmpmode(&mut self) -> _CMPMODEW[src]

Bits 0:1 - Comparison Mode

pub fn cmpsel(&mut self) -> _CMPSELW[src]

Bits 3:7 - Comparison Selected Channel

pub fn cmpall(&mut self) -> _CMPALLW[src]

Bit 9 - Compare All Channels

pub fn cmpfilter(&mut self) -> _CMPFILTERW[src]

Bits 12:13 - Compare Event Filtering

pub fn res(&mut self) -> _RESW[src]

Bits 16:18 - Resolution

pub fn tag(&mut self) -> _TAGW[src]

Bit 24 - TAG of the AFEC_LDCR

pub fn stm(&mut self) -> _STMW[src]

Bit 25 - Single Trigger Mode

pub fn signmode(&mut self) -> _SIGNMODEW[src]

Bits 28:29 - Sign Mode

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