[][src]Struct atsams70n19b::afec0::afec_diffr::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 diff0(&self) -> DIFF0_R[src]

Bit 0 - Differential inputs for channel 0

pub fn diff1(&self) -> DIFF1_R[src]

Bit 1 - Differential inputs for channel 1

pub fn diff2(&self) -> DIFF2_R[src]

Bit 2 - Differential inputs for channel 2

pub fn diff3(&self) -> DIFF3_R[src]

Bit 3 - Differential inputs for channel 3

pub fn diff4(&self) -> DIFF4_R[src]

Bit 4 - Differential inputs for channel 4

pub fn diff5(&self) -> DIFF5_R[src]

Bit 5 - Differential inputs for channel 5

pub fn diff6(&self) -> DIFF6_R[src]

Bit 6 - Differential inputs for channel 6

pub fn diff7(&self) -> DIFF7_R[src]

Bit 7 - Differential inputs for channel 7

pub fn diff8(&self) -> DIFF8_R[src]

Bit 8 - Differential inputs for channel 8

pub fn diff9(&self) -> DIFF9_R[src]

Bit 9 - Differential inputs for channel 9

pub fn diff10(&self) -> DIFF10_R[src]

Bit 10 - Differential inputs for channel 10

pub fn diff11(&self) -> DIFF11_R[src]

Bit 11 - Differential inputs for channel 11

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