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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn chid0(&mut self) -> _CHID0W[src]

Bit 0 - Counter Event on Channel 0 Interrupt Disable

pub fn chid1(&mut self) -> _CHID1W[src]

Bit 1 - Counter Event on Channel 1 Interrupt Disable

pub fn chid2(&mut self) -> _CHID2W[src]

Bit 2 - Counter Event on Channel 2 Interrupt Disable

pub fn chid3(&mut self) -> _CHID3W[src]

Bit 3 - Counter Event on Channel 3 Interrupt Disable

pub fn chid4(&mut self) -> _CHID4W[src]

Bit 4 - Counter Event on Channel 4 Interrupt Disable

pub fn chid5(&mut self) -> _CHID5W[src]

Bit 5 - Counter Event on Channel 5 Interrupt Disable

pub fn chid6(&mut self) -> _CHID6W[src]

Bit 6 - Counter Event on Channel 6 Interrupt Disable

pub fn chid7(&mut self) -> _CHID7W[src]

Bit 7 - Counter Event on Channel 7 Interrupt Disable

pub fn fchid0(&mut self) -> _FCHID0W[src]

Bit 16 - Fault Protection Trigger on Channel 0 Interrupt Disable

pub fn fchid1(&mut self) -> _FCHID1W[src]

Bit 17 - Fault Protection Trigger on Channel 1 Interrupt Disable

pub fn fchid2(&mut self) -> _FCHID2W[src]

Bit 18 - Fault Protection Trigger on Channel 2 Interrupt Disable

pub fn fchid3(&mut self) -> _FCHID3W[src]

Bit 19 - Fault Protection Trigger on Channel 3 Interrupt Disable

pub fn fchid4(&mut self) -> _FCHID4W[src]

Bit 20 - Fault Protection Trigger on Channel 4 Interrupt Disable

pub fn fchid5(&mut self) -> _FCHID5W[src]

Bit 21 - Fault Protection Trigger on Channel 5 Interrupt Disable

pub fn fchid6(&mut self) -> _FCHID6W[src]

Bit 22 - Fault Protection Trigger on Channel 6 Interrupt Disable

pub fn fchid7(&mut self) -> _FCHID7W[src]

Bit 23 - Fault Protection Trigger on Channel 7 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]