[][src]Struct atsams70n19::afec0::afec_cher::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 ch0(&mut self) -> _CH0W[src]

Bit 0 - Channel 0 Enable

pub fn ch1(&mut self) -> _CH1W[src]

Bit 1 - Channel 1 Enable

pub fn ch2(&mut self) -> _CH2W[src]

Bit 2 - Channel 2 Enable

pub fn ch3(&mut self) -> _CH3W[src]

Bit 3 - Channel 3 Enable

pub fn ch4(&mut self) -> _CH4W[src]

Bit 4 - Channel 4 Enable

pub fn ch5(&mut self) -> _CH5W[src]

Bit 5 - Channel 5 Enable

pub fn ch6(&mut self) -> _CH6W[src]

Bit 6 - Channel 6 Enable

pub fn ch7(&mut self) -> _CH7W[src]

Bit 7 - Channel 7 Enable

pub fn ch8(&mut self) -> _CH8W[src]

Bit 8 - Channel 8 Enable

pub fn ch9(&mut self) -> _CH9W[src]

Bit 9 - Channel 9 Enable

pub fn ch10(&mut self) -> _CH10W[src]

Bit 10 - Channel 10 Enable

pub fn ch11(&mut self) -> _CH11W[src]

Bit 11 - Channel 11 Enable

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