[][src]Struct atsams70n20::afec0::afec_emr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn cmpmode(&self) -> CMPMODE_R[src]

Bits 0:1 - Comparison Mode

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

Bits 3:7 - Comparison Selected Channel

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

Bit 9 - Compare All Channels

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

Bits 12:13 - Compare Event Filtering

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

Bits 16:18 - Resolution

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

Bit 24 - TAG of the AFEC_LDCR

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

Bit 25 - Single Trigger Mode

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

Bits 28:29 - Sign Mode

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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