[][src]Struct atsams70j20::afec0::afec_shmr::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 dual0(&self) -> DUAL0_R[src]

Bit 0 - Dual Sample & Hold for channel 0

pub fn dual1(&self) -> DUAL1_R[src]

Bit 1 - Dual Sample & Hold for channel 1

pub fn dual2(&self) -> DUAL2_R[src]

Bit 2 - Dual Sample & Hold for channel 2

pub fn dual3(&self) -> DUAL3_R[src]

Bit 3 - Dual Sample & Hold for channel 3

pub fn dual4(&self) -> DUAL4_R[src]

Bit 4 - Dual Sample & Hold for channel 4

pub fn dual5(&self) -> DUAL5_R[src]

Bit 5 - Dual Sample & Hold for channel 5

pub fn dual6(&self) -> DUAL6_R[src]

Bit 6 - Dual Sample & Hold for channel 6

pub fn dual7(&self) -> DUAL7_R[src]

Bit 7 - Dual Sample & Hold for channel 7

pub fn dual8(&self) -> DUAL8_R[src]

Bit 8 - Dual Sample & Hold for channel 8

pub fn dual9(&self) -> DUAL9_R[src]

Bit 9 - Dual Sample & Hold for channel 9

pub fn dual10(&self) -> DUAL10_R[src]

Bit 10 - Dual Sample & Hold for channel 10

pub fn dual11(&self) -> DUAL11_R[src]

Bit 11 - Dual Sample & Hold 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