[][src]Struct sam3x8e::pwm::elmr::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 csel0(&self) -> CSEL0R[src]

Bit 0 - Comparison 0 Selection

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

Bit 1 - Comparison 1 Selection

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

Bit 2 - Comparison 2 Selection

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

Bit 3 - Comparison 3 Selection

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

Bit 4 - Comparison 4 Selection

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

Bit 5 - Comparison 5 Selection

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

Bit 6 - Comparison 6 Selection

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

Bit 7 - Comparison 7 Selection

Auto Trait Implementations

impl Send for R

impl Sync for R

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]