[][src]Struct atsams70j19::afec0::afec_cecr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn ecorr0(&mut self) -> _ECORR0W[src]

Bit 0 - Error Correction Enable for channel 0

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

Bit 1 - Error Correction Enable for channel 1

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

Bit 2 - Error Correction Enable for channel 2

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

Bit 3 - Error Correction Enable for channel 3

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

Bit 4 - Error Correction Enable for channel 4

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

Bit 5 - Error Correction Enable for channel 5

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

Bit 6 - Error Correction Enable for channel 6

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

Bit 7 - Error Correction Enable for channel 7

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

Bit 8 - Error Correction Enable for channel 8

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

Bit 9 - Error Correction Enable for channel 9

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

Bit 10 - Error Correction Enable for channel 10

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

Bit 11 - Error Correction Enable for channel 11

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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