[][src]Struct atsams70n20::afec0::afec_isr::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 eoc0(&self) -> EOC0_R[src]

Bit 0 - End of Conversion 0 (cleared by reading AFEC_CDRx)

pub fn eoc1(&self) -> EOC1_R[src]

Bit 1 - End of Conversion 1 (cleared by reading AFEC_CDRx)

pub fn eoc2(&self) -> EOC2_R[src]

Bit 2 - End of Conversion 2 (cleared by reading AFEC_CDRx)

pub fn eoc3(&self) -> EOC3_R[src]

Bit 3 - End of Conversion 3 (cleared by reading AFEC_CDRx)

pub fn eoc4(&self) -> EOC4_R[src]

Bit 4 - End of Conversion 4 (cleared by reading AFEC_CDRx)

pub fn eoc5(&self) -> EOC5_R[src]

Bit 5 - End of Conversion 5 (cleared by reading AFEC_CDRx)

pub fn eoc6(&self) -> EOC6_R[src]

Bit 6 - End of Conversion 6 (cleared by reading AFEC_CDRx)

pub fn eoc7(&self) -> EOC7_R[src]

Bit 7 - End of Conversion 7 (cleared by reading AFEC_CDRx)

pub fn eoc8(&self) -> EOC8_R[src]

Bit 8 - End of Conversion 8 (cleared by reading AFEC_CDRx)

pub fn eoc9(&self) -> EOC9_R[src]

Bit 9 - End of Conversion 9 (cleared by reading AFEC_CDRx)

pub fn eoc10(&self) -> EOC10_R[src]

Bit 10 - End of Conversion 10 (cleared by reading AFEC_CDRx)

pub fn eoc11(&self) -> EOC11_R[src]

Bit 11 - End of Conversion 11 (cleared by reading AFEC_CDRx)

pub fn drdy(&self) -> DRDY_R[src]

Bit 24 - Data Ready (cleared by reading AFEC_LCDR)

pub fn govre(&self) -> GOVRE_R[src]

Bit 25 - General Overrun Error (cleared by reading AFEC_ISR)

pub fn compe(&self) -> COMPE_R[src]

Bit 26 - Comparison Error (cleared by reading AFEC_ISR)

pub fn tempchg(&self) -> TEMPCHG_R[src]

Bit 30 - Temperature Change (cleared on read)

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