[][src]Struct sam3x8e::pwm::elmr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn csel0(&mut self) -> _CSEL0W[src]

Bit 0 - Comparison 0 Selection

pub fn csel1(&mut self) -> _CSEL1W[src]

Bit 1 - Comparison 1 Selection

pub fn csel2(&mut self) -> _CSEL2W[src]

Bit 2 - Comparison 2 Selection

pub fn csel3(&mut self) -> _CSEL3W[src]

Bit 3 - Comparison 3 Selection

pub fn csel4(&mut self) -> _CSEL4W[src]

Bit 4 - Comparison 4 Selection

pub fn csel5(&mut self) -> _CSEL5W[src]

Bit 5 - Comparison 5 Selection

pub fn csel6(&mut self) -> _CSEL6W[src]

Bit 6 - Comparison 6 Selection

pub fn csel7(&mut self) -> _CSEL7W[src]

Bit 7 - Comparison 7 Selection

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]