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

Bit 0 - Differential inputs for channel 0

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

Bit 1 - Differential inputs for channel 1

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

Bit 2 - Differential inputs for channel 2

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

Bit 3 - Differential inputs for channel 3

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

Bit 4 - Differential inputs for channel 4

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

Bit 5 - Differential inputs for channel 5

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

Bit 6 - Differential inputs for channel 6

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

Bit 7 - Differential inputs for channel 7

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

Bit 8 - Differential inputs for channel 8

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

Bit 9 - Differential inputs for channel 9

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

Bit 10 - Differential inputs for channel 10

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

Bit 11 - Differential inputs 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