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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn wrdy(&mut self) -> _WRDYW[src]

Bit 0 - Write Ready for Synchronous Channels Update Interrupt Disable

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

Bit 1 - PDC End of TX Buffer Interrupt Disable

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

Bit 2 - PDC TX Buffer Empty Interrupt Disable

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

Bit 3 - Synchronous Channels Update Underrun Error Interrupt Disable

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

Bit 8 - Comparison 0 Match Interrupt Disable

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

Bit 9 - Comparison 1 Match Interrupt Disable

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

Bit 10 - Comparison 2 Match Interrupt Disable

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

Bit 11 - Comparison 3 Match Interrupt Disable

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

Bit 12 - Comparison 4 Match Interrupt Disable

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

Bit 13 - Comparison 5 Match Interrupt Disable

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

Bit 14 - Comparison 6 Match Interrupt Disable

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

Bit 15 - Comparison 7 Match Interrupt Disable

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

Bit 16 - Comparison 0 Update Interrupt Disable

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

Bit 17 - Comparison 1 Update Interrupt Disable

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

Bit 18 - Comparison 2 Update Interrupt Disable

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

Bit 19 - Comparison 3 Update Interrupt Disable

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

Bit 20 - Comparison 4 Update Interrupt Disable

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

Bit 21 - Comparison 5 Update Interrupt Disable

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

Bit 22 - Comparison 6 Update Interrupt Disable

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

Bit 23 - Comparison 7 Update Interrupt Disable

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]