[][src]Struct atsams70j21b::afec0::afec_cecr::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 ecorr0(&self) -> ECORR0_R[src]

Bit 0 - Error Correction Enable for channel 0

pub fn ecorr1(&self) -> ECORR1_R[src]

Bit 1 - Error Correction Enable for channel 1

pub fn ecorr2(&self) -> ECORR2_R[src]

Bit 2 - Error Correction Enable for channel 2

pub fn ecorr3(&self) -> ECORR3_R[src]

Bit 3 - Error Correction Enable for channel 3

pub fn ecorr4(&self) -> ECORR4_R[src]

Bit 4 - Error Correction Enable for channel 4

pub fn ecorr5(&self) -> ECORR5_R[src]

Bit 5 - Error Correction Enable for channel 5

pub fn ecorr6(&self) -> ECORR6_R[src]

Bit 6 - Error Correction Enable for channel 6

pub fn ecorr7(&self) -> ECORR7_R[src]

Bit 7 - Error Correction Enable for channel 7

pub fn ecorr8(&self) -> ECORR8_R[src]

Bit 8 - Error Correction Enable for channel 8

pub fn ecorr9(&self) -> ECORR9_R[src]

Bit 9 - Error Correction Enable for channel 9

pub fn ecorr10(&self) -> ECORR10_R[src]

Bit 10 - Error Correction Enable for channel 10

pub fn ecorr11(&self) -> ECORR11_R[src]

Bit 11 - Error Correction Enable 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