[][src]Struct sam3x8e::pwm::imr2::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 wrdy(&self) -> WRDYR[src]

Bit 0 - Write Ready for Synchronous Channels Update Interrupt Mask

pub fn endtx(&self) -> ENDTXR[src]

Bit 1 - PDC End of TX Buffer Interrupt Mask

pub fn txbufe(&self) -> TXBUFER[src]

Bit 2 - PDC TX Buffer Empty Interrupt Mask

pub fn unre(&self) -> UNRER[src]

Bit 3 - Synchronous Channels Update Underrun Error Interrupt Mask

pub fn cmpm0(&self) -> CMPM0R[src]

Bit 8 - Comparison 0 Match Interrupt Mask

pub fn cmpm1(&self) -> CMPM1R[src]

Bit 9 - Comparison 1 Match Interrupt Mask

pub fn cmpm2(&self) -> CMPM2R[src]

Bit 10 - Comparison 2 Match Interrupt Mask

pub fn cmpm3(&self) -> CMPM3R[src]

Bit 11 - Comparison 3 Match Interrupt Mask

pub fn cmpm4(&self) -> CMPM4R[src]

Bit 12 - Comparison 4 Match Interrupt Mask

pub fn cmpm5(&self) -> CMPM5R[src]

Bit 13 - Comparison 5 Match Interrupt Mask

pub fn cmpm6(&self) -> CMPM6R[src]

Bit 14 - Comparison 6 Match Interrupt Mask

pub fn cmpm7(&self) -> CMPM7R[src]

Bit 15 - Comparison 7 Match Interrupt Mask

pub fn cmpu0(&self) -> CMPU0R[src]

Bit 16 - Comparison 0 Update Interrupt Mask

pub fn cmpu1(&self) -> CMPU1R[src]

Bit 17 - Comparison 1 Update Interrupt Mask

pub fn cmpu2(&self) -> CMPU2R[src]

Bit 18 - Comparison 2 Update Interrupt Mask

pub fn cmpu3(&self) -> CMPU3R[src]

Bit 19 - Comparison 3 Update Interrupt Mask

pub fn cmpu4(&self) -> CMPU4R[src]

Bit 20 - Comparison 4 Update Interrupt Mask

pub fn cmpu5(&self) -> CMPU5R[src]

Bit 21 - Comparison 5 Update Interrupt Mask

pub fn cmpu6(&self) -> CMPU6R[src]

Bit 22 - Comparison 6 Update Interrupt Mask

pub fn cmpu7(&self) -> CMPU7R[src]

Bit 23 - Comparison 7 Update Interrupt Mask

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]